SSH Hardening
Here is some code that will add some security to your /etc/sshd_config file: Enable X11Forwarding Force Version 2 of the protocol Disable all the usual RHosts garbage Disable root logons Disable the use of empty passwords Copy the code below to a text file and make it executable then run it using the sudo command. … Read more