Appearance
Disable root login
sed -i 's/PermitRootLogin yes/PermitRootLogin no/g' /etc/ssh/sshd_config /etc/init.d/ssh restart
2f00fdd