On Sun, Oct 21, 2001 at 01:43:23AM +0000, Matthew Ceroni wrote: > I have installed the latest version of OpenSSH on my system. However I > can't seem to log in. I always receive permission denied message. Doesn't > sshd use the /etc/passwd file for authentification. I am not trying to log > in as root but just as a normal user.
What operating system? If it's a recent Linux distribution, you may need to compile with the PAM stuff, copy the sample file to /etc/pam.d/ssh and edit it (e.g., if you use MD5 password hashes). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
