From 88908c9b61bcb99f16e8d398fc41e2b3b4be2003 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 3 Jul 2021 23:00:19 +1000 Subject: Remove reference to ChallengeResponse. challenge_response_authentication was removed from the struct, keeping kbd_interactive_authentication. --- auth-pam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'auth-pam.c') diff --git a/auth-pam.c b/auth-pam.c index 0b4a28ab..f39d03f4 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 */ -- cgit v1.2.1