Open /etc/ssh/sshd_config and change the following line:
Code: Select all
PermitRootLogin without-password
To:
Code: Select all
PermitRootLogin yes
And restart SSH server:
Code: Select all
/etc/init.d/ssh restart
Code: Select all
PermitRootLogin without-password
Code: Select all
PermitRootLogin yes
Code: Select all
/etc/init.d/ssh restart
Users browsing this forum: No registered users and 40 guests