disable root logins, because of automated password attacks
as root:
vim /etc/ssh/sshd_config change PermitRootLogin no
restart ssh /etc/init.d/ssh restart