אבטחת ה-SSH:
קובץ:
	קוד:
	/etc/ssh/sshd_config
 
	קוד:
	Protocol 2
UseDNS no
MaxAuthTries 3
 החליפו את כל הערכים שצויינו למעלה.
אבטחת PHP:
	קוד:
	safe_mode = On
disable_functions = exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source
allow_url_fopen = Off 
display_errors = Off 
display_startup_errors = Off 
log_errors = On 
error_reporting = E_ALL 
error_log = /var/log/php.log
expose_php = Off 
magic_quotes_gpc = On 
magic_quotes_sybase = Off 
register_globals = Off
 NAEMED:
קובץ:
בפונקציה OPTIONS הוסיפו:
	קוד:
	version "Not Avisable";
allow-recursion { "none"; };
allow-transfer {"none";};
 אני יעדכן עוד בהמשך...