On Debian Squeeze edit the sshd_config file located in /etc/ssh/ :
Change PermitRootLogin from yes/no to “without-password”:
#PermitRootLogin yes
PermitRootLogin without-password
Restart ssh daemon and try to login with root account.
Enjoy.
On Debian Squeeze edit the sshd_config file located in /etc/ssh/ :
Change PermitRootLogin from yes/no to “without-password”:
#PermitRootLogin yes
PermitRootLogin without-password
Restart ssh daemon and try to login with root account.
Enjoy.
No Comments
Be the first to start the conversation.