On Tue, Jul 02, 2002 at 14:01:35 +0200, Dag-Erling Smorgrav wrote:
> "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:
> 
> -       return (ret);
> +       return (0);

It not helps. Moreover, I found that I am able to do 'ssh localhost' but 
unable to do ssh from any other machine, with exact the same password. 
DEBUG3 output clearly indicates that this error is related to PAM somehow:

debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 3 used once, disabling now
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed none for ache from XXX.XX.XX.XXX port 1139 ssh2
debug3: mm_request_receive entering
debug3: monitor_read: checking request 10
debug1: PAM Password authentication for "ache" failed[9]: authentication error
debug3: mm_answer_authpassword: sending result 0
debug3: mm_request_send entering: type 11
Failed password for ache from XXX.XX.XX.XXX port 1139 ssh2

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to