Re: OpenSSH cannot login - PAM Authentication Failure

2007-02-26 Thread Philippe Laquet
Hi Rajen, Can you send your sshd_config and your PAM file for SSH? Is your account a typical Unix account or do you use an alternate authentication method (LDAP/OPIE/*SQL...) Your rc.conf options, especially "sshd_*" sections may also be useful Kind Regards, Philippe Laquet. Rajen Jani (

RE: OpenSSH cannot login - PAM Authentication Failure

2007-02-26 Thread Greg C. Martin
That usually indicates that you typed a bad password. Also FreeBSD by default does not allow root logins, try logging in as a standard user and add them to the wheel group. Or you can add the following to your sshd_config file. PermitRootLogin yes Good luck, Greg -Original Message-