diff --git a/auth-pam.c b/auth-pam.c index 0b4a28abc..f39d03f4b 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -1392,6 +1392,5 @@ sshpam_set_maxtries_reached(int reached) sshpam_maxtries_reached = 1; options.password_authentication = 0; options.kbd_interactive_authentication = 0; - options.challenge_response_authentication = 0; } #endif /* USE_PAM */