[openssh-commits] [openssh] branch master updated: fix incorrect default for PasswordAuthentication

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Aug 22 09:46:43 AEST 2024


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

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new ebc890b8 fix incorrect default for PasswordAuthentication
ebc890b8 is described below

commit ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Aug 22 09:45:49 2024 +1000

    fix incorrect default for PasswordAuthentication
    
    merge botch spotted by gsgleason
---
 sshd_config.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sshd_config.5 b/sshd_config.5
index f7e26bf9..a0e76998 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -1384,7 +1384,7 @@ The default is
 .It Cm PasswordAuthentication
 Specifies whether password authentication is allowed.
 The default is
-.Cm sshd .
+.Cm yes .
 .It Cm PermitEmptyPasswords
 When password authentication is allowed, it specifies whether the
 server allows login to accounts with empty password strings.

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


More information about the openssh-commits mailing list