Index: security/openssh-portable/files/extra-patch-pam-sshd_config =================================================================== --- security/openssh-portable/files/extra-patch-pam-sshd_config +++ security/openssh-portable/files/extra-patch-pam-sshd_config @@ -1,12 +1,13 @@ --- sshd_config.orig 2025-04-09 00:02:43.000000000 -0700 +++ sshd_config 2025-04-10 21:52:39.463528000 -0700 -@@ -53,8 +53,8 @@ AuthorizedKeysFile .ssh/authorized_keys +@@ -53,8 +53,9 @@ AuthorizedKeysFile .ssh/authorized_keys # Don't read the user's ~/.rhosts and ~/.shosts files #IgnoreRhosts yes -# To disable tunneled clear text passwords, change to "no" here! -#PasswordAuthentication yes -+# To enable tunneled clear text passwords, change to yes here! ++# Change to "yes" to enable built-in password authentication. ++# Note that passwords may also be accepted via KbdInteractiveAuthentication. +#PasswordAuthentication no #PermitEmptyPasswords no