From 4d2d4d47a18d93f3e0a91a241a6fdb545bbf7dc2 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 3 Jul 2021 19:27:43 +1000 Subject: Replace remaining references to ChallengeResponse. Portable had a few additional references to ChallengeResponse related to UsePAM, replaces these with equivalent keyboard-interactive ones. --- sshd_config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sshd_config') 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 -- cgit v1.2.1