Re: sshd pub-key based auth
- From: Matt Zagrabelny <mzagrabe@xxxxxxxxx>
- Date: Fri, 31 Mar 2006 13:27:26 -0600
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
- Follow-Ups:
- Re: sshd pub-key based auth
- From: Stephen
- Re: sshd pub-key based auth
- References:
- sshd pub-key based auth
- From: Stephen
- sshd pub-key based auth
- Prev by Date: Re: sshd pub-key based auth
- Next by Date: Re: sshd pub-key based auth
- Previous by thread: Re: sshd pub-key based auth
- Next by thread: Re: sshd pub-key based auth
- Index(es):
Relevant Pages
|