Hello every body,
I have installedfreebsd 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:
After adding these lines to /etc/ssh/sshd_config:
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 have installed
Here's a picture of the problem:

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.