[Bug 744] Login Problems

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Oct 16 10:57:08 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=744

dtucker at zip.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Login Problems              |Login Problems



------- Additional Comments From dtucker at zip.com.au  2003-10-16 10:57 -------
> Password: 
> Response: < i not give anything by Passwort he jum direct to Response

That looks like SSHv1 TIS Challenge/Response authentication, which is how PAM
now works with SSHv1.

"Password:" is the challenge.  The "Response" it wants it your password.  Try
connecting with SSHv2 keyboard-interactive (ssh -o
PreferredAuthentications=keyboard-interactive [hostname]).

I suggest changing sshd_config to have:
UsePAM yes
PasswordAuthentication no
ChallengeResponseAuthentication yes

and ssh_config to have
Protocol 2,1




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list