[openssh-commits] [openssh] 02/02: Use "prohibit-password" in -portable comments.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 7 11:01:47 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_9_1
in repository openssh.

commit 9a1b671c7af9fa85bf2f4269157cd5d92c40de43
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Nov 6 10:55:59 2022 +1100

    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.
---
 sshd_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd_config b/sshd_config
index c423eba1..36894ace 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'.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list