It is important to disable root login in your SSH service. To do this, edit /etc/ssh/sshd_config:
# pico /etc/ssh/sshd_config
And add in the following line:
PermitRootLogin no
Restart SSH service:
# /etc/init.d/sshd restart
It is important to disable root login in your SSH service. To do this, edit /etc/ssh/sshd_config:
# pico /etc/ssh/sshd_config
And add in the following line:
PermitRootLogin no
Restart SSH service:
# /etc/init.d/sshd restart