Re: ssh/sshd challenge-response seems to have stopped working in -current

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Darren Tucker
Date: Tuesday, February 27, 2007 - 5:00 pm

On Tue, Feb 27, 2007 at 05:38:37PM -0500, Josh Grosse wrote:

I had a quick look at it and it appears to be due to the Match changes
interacting with this code in auth2.c:do_authentication2():

        /* challenge-response is implemented via keyboard interactive */
        if (options.challenge_response_authentication)
                options.kbd_interactive_authentication = 1;

It works if you set "KbdInteractiveAuthentication yes" in sshd_config
(and I suggest this as a workaround) rather than relying on
ChallengeResponseAuthentication.

I'll do a patch later today.

-- 
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.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: ssh/sshd challenge-response seems to have stopped work ..., Darren Tucker, (Tue Feb 27, 5:00 pm)