diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-06 00:55:59 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-07 00:54:29 +0100 |
commit | 4f4a5fad6d8892c3f8ee9cd81ec7de6458210c9f (patch) | |
tree | 9f22061408a1c2bec0fbcc5a2e88324025572faf /sshd_config | |
parent | Fix tracing disable on FreeBSD. (diff) | |
download | openssh-4f4a5fad6d8892c3f8ee9cd81ec7de6458210c9f.tar.xz openssh-4f4a5fad6d8892c3f8ee9cd81ec7de6458210c9f.zip |
Use "prohibit-password" in -portable comments.
"without-password" is the deprecated alias for "prohibit-password",
so we should reference the latter. From emaste at freebsd.org.
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config index c423eba1b..36894ace5 100644 --- a/sshd_config +++ b/sshd_config @@ -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'. |