Re: sshd pub-key based auth



On Fri, 2006-03-31 at 13:49 -0500, Stephen wrote:
Greetings:

I'm attempting to disable 'keyboard interactive' access prompt on my sshd
server. So far I've been unsuccessful.

I can log in using my remote pub key, but can also login with
'keyboard interactive' prompt.

How can I disable this ? I've set 'PasswordAuthentication no' in
/etc/ssh/sshd_config. I've also set both RSAAuthentication, and
PubkeyAuthentication to yes.

here is what my sshd.config file says:

# Change to yes to enable tunnelled clear text passwords
PasswordAuthentication no

so that option does not do what you think.

what i think you want is:

ChallengeResponseAuthentication no

also, did you restart sshd?

-matt zagrabelny


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • SSHD password authentication issue in 4.9-RELEASE and 5.1-RELEASE
    ... Wonder if you guys could help me out...have a security problem with sshd ... PasswordAuthentication no ... # HostKey for protocol version 1 ... # Kerberos TGT Passing only works with the AFS kaserver ...
    (FreeBSD-Security)
  • Allowing remote login with SSHd
    ... the one running SSHd server, i try to connect to with the PUTTY SSH ... it allows connections from the localhost, ... unless sshd was built without PAM ... the value of PasswordAuthentication. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: sshd pub-key based auth
    ... I'm attempting to disable 'keyboard interactive' access prompt on my sshd ... I can log in using my remote pub key, ... Yes I restart sshd after each config change. ...
    (Debian-User)