Enable SSH Root login in Linux

You need to edit /etc/ssh/sshd_config, and change PermitRootLogin to yes

PermitRootLogin yes

Also change StrictModes to no

StrictModes no

Then reload SSH:

service ssh reload
This entry was posted in Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *