Buy Me a Coffee

Thursday, October 22, 2015

How to enable ssh to user root




You also need to edit /etc/ssh/sshd_config, and comment out the following line:

PermitRootLogin without-password

Just below it, add the following line:

PermitRootLogin yes

Then restart SSH:

service ssh restart