PAM & several passwords
Damien Miller
djm at mindrot.org
Wed Mar 14 08:20:09 EST 2001
On Tue, 13 Mar 2001, Stefan Neis wrote:
> Liudvikas Bukys wrote:
> >
> > ChallengeResponse is not enough.
> > The code has hard-coded assumptions about the PAM conversation.
> > Anything more complicated than a simple prompt for password fails.
>
> That could be sufficient for me, however either I don't know how
> to set this up correctly, or something is still wrong with the
> interaction of the PAM module and the PAM conversation function.
> However I'm unable to get that simple prompt. :-(
Try
ChallengeResponseAuthentication yes
PasswordAuthentication no
in your sshd_config and
ChallengeResponseAuthentication yes
in you ~/.ssh/config
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
More information about the openssh-unix-dev
mailing list