From: Darren Tucker Date: Sat, 5 Nov 2022 23:55:59 +0000 (+1100) Subject: Use "prohibit-password" in -portable comments. X-Git-Tag: V_9_2_P1~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f4a5fad6d8892c3f8ee9cd81ec7de6458210c9f;p=thirdparty%2Fopenssh-portable.git 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. --- 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'.