Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Amend the comment about Use...



details:   https://anonhg.NetBSD.org/src/rev/237f9b68c3a2
branches:  trunk
changeset: 1026530:237f9b68c3a2
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 27 23:22:25 2021 +0000

description:
Amend the comment about UsePAM; the ChallengeResponseAuthentication
setting is deprecated, replaced by KbdInteractiveAuthentication,
confirmed both by man page and code.

diffstat:

 crypto/external/bsd/openssh/dist/sshd_config |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r e268200616aa -r 237f9b68c3a2 crypto/external/bsd/openssh/dist/sshd_config
--- a/crypto/external/bsd/openssh/dist/sshd_config      Sat Nov 27 22:30:25 2021 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd_config      Sat Nov 27 23:22:25 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sshd_config,v 1.26 2021/09/02 11:26:18 christos Exp $
+#      $NetBSD: sshd_config,v 1.27 2021/11/27 23:22:25 he Exp $
 #      $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
 
 # This is the sshd server system-wide configuration file.  See
@@ -72,13 +72,13 @@
 
 # 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
-# PasswordAuthentication.  Depending on your PAM configuration,
-# PAM authentication via ChallengeResponseAuthentication may bypass
+# be allowed through the KbdInteractiveAuthentication and
+# PasswordAuthentication settings.  Depending on your PAM configuration,
+# 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 yes
 
 #AllowAgentForwarding yes



Home | Main Index | Thread Index | Old Index