PAM error

Hello every body,

I have installed freebsd FreeBSD 7.2 i386 on a VPS. There is a problem when I try to connect with ssh server port 22 through the "root" user. I have experience of adding a new user, log is without problems, any user can log in, but I'm having problems when I try to connect with root user.

Here's a picture of the problem:

root-login.png


After adding these lines to /etc/ssh/sshd_config:
Code:
permitrootlogin yes
permitemptypasswords no
passwordauthentication yes

I have been able to log in to enter another user, but the root user can not log in through the ssh port, and thanks.
 
I hope you firewalled your SSH port, because the entire Internet now knows you allow root logins on your published IP address ...
 
Thanks SirDice for help, thank you so much DutchDaemon, I will firewall my ssh.

But I really want to log in with ssh using "root". I have a work will not be completed without root user. Anyway I have installed security/sudo but the same problem, I can not access the root user. Is there hope?
 
Back
Top