From: Darren Tucker Date: Sat, 3 Jul 2021 13:00:19 +0000 (+1000) Subject: Remove reference to ChallengeResponse. X-Git-Tag: V_8_7_P1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88908c9b61bcb99f16e8d398fc41e2b3b4be2003;p=thirdparty%2Fopenssh-portable.git Remove reference to ChallengeResponse. challenge_response_authentication was removed from the struct, keeping kbd_interactive_authentication. --- 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 */