summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-03 19:27:43 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-03 19:27:43 +1000
commit4d2d4d47a18d93f3e0a91a241a6fdb545bbf7dc2 (patch)
treec3e4c13d96153bc9518b88715d72ea8ae09bc303 /sshd_config
parent53237ac789183946dac6dcb8838bc3b6b9b43be1 (diff)
downloadopenssh-git-4d2d4d47a18d93f3e0a91a241a6fdb545bbf7dc2.tar.gz
Replace remaining references to ChallengeResponse.
Portable had a few additional references to ChallengeResponse related to UsePAM, replaces these with equivalent keyboard-interactive ones.
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config b/sshd_config
index 4b3011ec..c423eba1 100644
--- a/sshd_config
+++ b/sshd_config
@@ -72,13 +72,13 @@ AuthorizedKeysFile .ssh/authorized_keys
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
-# be allowed through the ChallengeResponseAuthentication and
+# be allowed through the KbdInteractiveAuthentication and
# PasswordAuthentication. Depending on your PAM configuration,
-# PAM authentication via ChallengeResponseAuthentication may bypass
+# PAM authentication via KbdInteractiveAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
-# and ChallengeResponseAuthentication to 'no'.
+# and KbdInteractiveAuthentication to 'no'.
#UsePAM no
#AllowAgentForwarding yes