"Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > I just upgrade to recent -current sshd and found that > PasswordAuthentication not works anymore (always fails, with right > password too). I not yet dig deeper at this moment, just FYI.
Try this: =================================================================== RCS file: /home/ncvs/src/crypto/openssh/monitor.c,v retrieving revision 1.6 diff -u -r1.6 monitor.c --- monitor.c 29 Jun 2002 11:48:58 -0000 1.6 +++ monitor.c 2 Jul 2002 12:00:31 -0000 @@ -831,7 +831,7 @@ auth_method = "keyboard-interactive/pam"; if (ret == 0) pam_authok = pam_ctxt; - return (ret); + return (0); } int DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message