Remove reference to ChallengeResponse.

challenge_response_authentication was removed from the struct, keeping
kbd_interactive_authentication.
This commit is contained in:
Darren Tucker 2021-07-03 23:00:19 +10:00
parent 321874416d
commit 88908c9b61
1 changed files with 0 additions and 1 deletions

View File

@ -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 */