openssh-unix-dev Digest, Vol 16, Issue 9
Darren Tucker
dtucker at zip.com.au
Sat Aug 21 20:01:09 EST 2004
Michael selvesteen wrote:
> We tested OpenSSH 3.9 in Hp-UX platforms for Passwordauthentication
> under PAM modules. We started the SSH Daemon with following settings:
>
> Usepam yes
> ChallengeResponseAuthentication yes
> passwordauthentication yes
>
> The client is invoked with ssh -o'Passwordauthentication yes' localhost
> -vvv. The debug traces shows that the authentication suceed as
> keyboard-interactive.
>
> However the expected output should be "password" . Is it so?
For SSHv2 connections, you need to set PreferredAuthentications rather
than PasswordAuthentication. By default, PreferredAuthentications will
try keyboard-interactive before password.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list