fix incorrect default for PasswordAuthentication

merge botch spotted by gsgleason
This commit is contained in:
Damien Miller 2024-08-22 09:45:49 +10:00
parent 15ace435ea
commit ebc890b8b4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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.