summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-03 23:00:19 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-03 23:00:19 +1000
commit88908c9b61bcb99f16e8d398fc41e2b3b4be2003 (patch)
tree800facac15de69647b94d423550f7696f326b70d /auth-pam.c
parent321874416d610ad2158ce6112f094a4862c2e37f (diff)
downloadopenssh-git-88908c9b61bcb99f16e8d398fc41e2b3b4be2003.tar.gz
Remove reference to ChallengeResponse.
challenge_response_authentication was removed from the struct, keeping kbd_interactive_authentication.
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c1
1 files changed, 0 insertions, 1 deletions
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 */