Hi! I just compiled/installed openssh 3.7p1 (and 3.7.1p1) for solaris some time ago. It has weird behaviour. When I run ssh <hostname> and I enter invalid password I get six password prompts: using new version of openssh: % ssh hostname Password: Password: Password: user at hosts's password: Permission denied, please try again. user at hosts's password: Permission denied, please try again. user at hosts's password: and this is how it works on the previous version: ssh host user at hosts's password: Permission denied, please try again. user at hosts's password: Permission denied, please try again. user at hosts's password: What might cause this? I compiled the same version for linux, it doesn't do this. -- Osmo Paananen
On Wed, Sep 17, 2003 at 10:41:36AM +0300, Osmo Paananen wrote:> Hi! > > I just compiled/installed openssh 3.7p1 (and 3.7.1p1) for solaris some > time ago. It has weird behaviour. > > When I run ssh <hostname> and I enter invalid password I get six > password > prompts: > > using new version of openssh: > % ssh hostname > Password: > Password: > Password:hm, this indicates pam, or challenge response...> user at hosts's password: > Permission denied, please try again. > user at hosts's password: > Permission denied, please try again. > user at hosts's password: > > and this is how it works on the previous version: > > ssh host > user at hosts's password: > Permission denied, please try again. > user at hosts's password: > Permission denied, please try again. > user at hosts's password: > > > What might cause this? I compiled the same version for linux, > it doesn't do this. > > -- > Osmo Paananen > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
tempalias-openssh-list at ipi.fi (Osmo Paananen) writes:> When I run ssh <hostname> and I enter invalid password I get six > password prompts:The first three are from PAM (through keyboard-interactive), the last three from regular password authentication. You should probably disable either PAM or password authentication. DES -- Dag-Erling Sm?rgrav - des at des.no