Disable root ssh login

vim /etc/ssh/sshd-config
PermitRootLogin no

service sshd restart