diff options
author | Damien Miller <djm@mindrot.org> | 2024-08-22 01:45:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-08-22 01:46:30 +0200 |
commit | ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4 (patch) | |
tree | 0d1939953d3535d197b63215a310236d2c48d822 /sshd_config.5 | |
parent | upstream: Some awks won't match on the \r so delete it instead. Fixes (diff) | |
download | openssh-ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4.tar.xz openssh-ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4.zip |
fix incorrect default for PasswordAuthentication
merge botch spotted by gsgleason
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |