I'm setting up a new FreeBSD 8.0 box and I am having some really curious problems with adding users.
There is an existing user that I can log in with via telnet, but I cannot log in via ssh. I also tried adding a user and that user can't log in from either!
I've looked for the allowed username in various /etc files to no avail. I created the user with adduser and when I try to login I get the following in the messages log:
There's also no "AllowedUsers" entry in sshd_config. Any clues as to where I might start debugging this issue?
There is an existing user that I can log in with via telnet, but I cannot log in via ssh. I also tried adding a user and that user can't log in from either!
I've looked for the allowed username in various /etc files to no avail. I created the user with adduser and when I try to login I get the following in the messages log:
Code:
sshd[20182]: error: PAM: authentication error for illegal user username from x.x.x.x
There's also no "AllowedUsers" entry in sshd_config. Any clues as to where I might start debugging this issue?