summaryrefslogtreecommitdiff
path: root/airootfs/etc/ssh/sshd_config
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-03-25 20:19:07 +0100
committerTom Barrett <tom@tombarrett.xyz>2023-03-25 20:19:07 +0100
commit873c46e78a5aa09a7d7fc951eff905de32077548 (patch)
tree1d5242ab5c9d21496002ba532efdbcde69f8f76c /airootfs/etc/ssh/sshd_config
parent7f43546f853e4ff6e14678a4c6d69cd9fc06c56c (diff)
get working properly again, without firstboot issueHEADmaster
Diffstat (limited to 'airootfs/etc/ssh/sshd_config')
-rw-r--r--airootfs/etc/ssh/sshd_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/airootfs/etc/ssh/sshd_config b/airootfs/etc/ssh/sshd_config
index 93f7d63..dc22c11 100644
--- a/airootfs/etc/ssh/sshd_config
+++ b/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