diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-03 14:22:47 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-03 14:22:47 -0800 |
commit | 106e91958b2992ca2055bb61d972695a224daf5d (patch) | |
tree | f0e7f80f9b2941df2973362d7597a00584c30b88 /etc | |
parent | 1d19f34f9321d686c41e43f39938f20ba60ab16f (diff) |
update
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 8c8d528e..f9a5dd48 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -75,7 +75,7 @@ KbdInteractiveAuthentication no # 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'. |