Ubuntu SSH root user cannot login
-
Open
/etc/ssh/sshd_configand check ifPermitRootLoginis set toyes. If not, then set it to yes and restartsshwithsudo service ssh restart
Open /etc/ssh/sshd_config and check if PermitRootLogin is set to yes. If not, then set it to yes and restart ssh with sudo service ssh restart