[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OATH-Toolkit-help] pam_oath with openssh problem in CentOS6.0
From: |
Christian Hesse |
Subject: |
Re: [OATH-Toolkit-help] pam_oath with openssh problem in CentOS6.0 |
Date: |
Mon, 21 Nov 2011 14:51:32 +0100 |
Simon Josefsson <address@hidden> on Mon, 21 Nov 2011 14:25:35 +0100:
> 谭中一 <address@hidden> writes:
>
> > Hi,all
> >
> > I seek a solution for ssh with otp,then I found oath toolkit.
> >
> > My machine : CentOS6.0(in Vbox4.1.6),OpenSSH_5.3p1, OpenSSL
> > 1.0.0-fips,
> >
> > follow the README, I Building and installation
> > oath-toolkit-1.10.4<http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-1.10.4.tar.gz>
> > .
> > I had successful configure the su and login use pam_oath two
> > factor authentication.
> > but when I configure the *ssh* and login use pam_oath, I can't pass the
> > authentication.
> >
> > this is my /etc/pam.d/sshd content.
>
> Hello and thanks for your interest! Are you sure that your OpenSSH uses
> PAM at all? Make sure /etc/ssh/sshd_config has 'UsePAM yes' in it.
And it also needs:
ChallengeResponseAuthentication yes
--
Schoene Gruesse
Chris