Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/ssh/sshd_config
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-02-26 12:59:56 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-02-26 12:59:56 +0100
commit702200a7b8aac8a18644ac4a0c52a4fca16099b2 (patch)
tree2f9591351ec8267793e37066460a7f265fe59d88 /configs/releng/airootfs/etc/ssh/sshd_config
parent876044a7b4432ffcf6f9d163c90fb4c982328b8e (diff)
parentcedb3d142c470511ba1bb86fa987fd9bb39501d2 (diff)
Merge branch 'upstreamMaster'
Diffstat (limited to 'configs/releng/airootfs/etc/ssh/sshd_config')
-rw-r--r--configs/releng/airootfs/etc/ssh/sshd_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/releng/airootfs/etc/ssh/sshd_config b/configs/releng/airootfs/etc/ssh/sshd_config
index 93f7d63..dc22c11 100644
--- a/configs/releng/airootfs/etc/ssh/sshd_config
+++ b/configs/releng/airootfs/etc/ssh/sshd_config
@@ -58,7 +58,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#PermitEmptyPasswords no
# Change to no to disable s/key passwords
-#KbdInteractiveAuthentication yes
+KbdInteractiveAuthentication no
# Kerberos options
#KerberosAuthentication no
@@ -75,7 +75,7 @@ AuthorizedKeysFile .ssh/authorized_keys
# be allowed through the KbdInteractiveAuthentication and
# PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via KbdInteractiveAuthentication may bypass
-# the setting of "PermitRootLogin without-password".
+# the setting of "PermitRootLogin prohibit-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and KbdInteractiveAuthentication to 'no'.
@@ -88,7 +88,7 @@ UsePAM yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PermitTTY yes
-PrintMotd no # pam does that
+PrintMotd no
#PrintLastLog yes
#TCPKeepAlive yes
#PermitUserEnvironment no