diff options
author | 1999-09-28 19:59:06 +0000 | |
---|---|---|
committer | 1999-09-28 19:59:06 +0000 | |
commit | b4a66c4c0d74e9a5f8f0bdd0e0c227a64914f7d2 (patch) | |
tree | 78809fd4779fa7b34392af034e6faaa36a60b9ea | |
parent | crank major for bob (diff) | |
download | wireguard-openbsd-b4a66c4c0d74e9a5f8f0bdd0e0c227a64914f7d2.tar.xz wireguard-openbsd-b4a66c4c0d74e9a5f8f0bdd0e0c227a64914f7d2.zip |
PasswordAuthentication on by default
-rw-r--r-- | usr.bin/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 477d803e038..eb6bab4d1ae 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -28,7 +28,7 @@ RhostsRSAAuthentication yes RSAAuthentication no # # To enable tunneled clear text passwords, change to yes here! -PasswordAuthentication no +PasswordAuthentication yes PermitEmptyPasswords no #KerberosOrLocalPasswd yes |