[openssh-commits] [openssh] branch master updated: upstream: Improve description of KbdInteractiveAuthentication.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Dec 4 01:56:44 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new ffa885db upstream: Improve description of KbdInteractiveAuthentication.
ffa885db is described below
commit ffa885db1b960451d426455045d2f51288e48ee8
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Tue Dec 3 14:12:47 2024 +0000
upstream: Improve description of KbdInteractiveAuthentication.
Based on bz#3658, fixes jmc@ ok markus@ djm at .
OpenBSD-Commit-ID: 9fadb56b9afed554d501acbba911c685acd6ffc2
---
sshd_config | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sshd_config b/sshd_config
index 36894ace..0f4a3a72 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
+# $OpenBSD: sshd_config,v 1.105 2024/12/03 14:12:47 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@@ -53,11 +53,13 @@ AuthorizedKeysFile .ssh/authorized_keys
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes
-# To disable tunneled clear text passwords, change to no here!
+# To disable tunneled clear text passwords, change to "no" here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
-# Change to no to disable s/key passwords
+# Change to "no" to disable keyboard-interactive authentication. Depending on
+# the system's configuration, this may involve passwords, challenge-response,
+# one-time passwords or some combination of these and other methods.
#KbdInteractiveAuthentication yes
# Kerberos options
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list