diff options
author | 1999-10-04 18:31:02 +0000 | |
---|---|---|
committer | 1999-10-04 18:31:02 +0000 | |
commit | 174e91d44d93e7d1b57bd2f4038f36419d6f6f8e (patch) | |
tree | 23c4de129aa3dcf2a26aa038d6b461250bb53fa1 | |
parent | document third case: 'up' (diff) | |
download | wireguard-openbsd-174e91d44d93e7d1b57bd2f4038f36419d6f6f8e.tar.xz wireguard-openbsd-174e91d44d93e7d1b57bd2f4038f36419d6f6f8e.zip |
nicer default
-rw-r--r-- | usr.bin/ssh/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 3bf03b6bf75..3c5e41879fa 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -21,10 +21,10 @@ SyslogFacility AUTH RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh_known_hosts -RhostsRSAAuthentication yes +RhostsRSAAuthentication no # # Changed RSAAuthentication to no/bg -RSAAuthentication no +RSAAuthentication yes # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes |