summaryrefslogtreecommitdiff
path: root/etc/ssh/sshd_config
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-13 23:41:33 +0000
committerXiao Pan <xyz@flylightning.xyz>2025-04-13 23:43:24 +0000
commitd0236ca818c0922464926fd89d9f902e0a98c88a (patch)
treeed0e8e429093b8c3cc2f11fe2bc58c47e22b7b9d /etc/ssh/sshd_config
parenta565d54d46f4bb9c7dc0f994ef67f23a8a897c6e (diff)
pacdiffca
Diffstat (limited to 'etc/ssh/sshd_config')
-rw-r--r--etc/ssh/sshd_config6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config
index 78118fad..6a9a4670 100644
--- a/etc/ssh/sshd_config
+++ b/etc/ssh/sshd_config
@@ -66,11 +66,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