From: Damien Miller Date: Wed, 21 Aug 2024 23:45:49 +0000 (+1000) Subject: fix incorrect default for PasswordAuthentication X-Git-Tag: V_9_9_P1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4;p=thirdparty%2Fopenssh-portable.git fix incorrect default for PasswordAuthentication merge botch spotted by gsgleason --- diff --git a/sshd_config.5 b/sshd_config.5 index f7e26bf94..a0e769981 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.