Configure, disable ssh root login.

sudo vim /etc/ssh/sshd_config

change as follow line

PermitRootLogin no
sudo systemctl restart sshd.service