summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-10-04 18:31:02 +0000
committerderaadt <deraadt@openbsd.org>1999-10-04 18:31:02 +0000
commit174e91d44d93e7d1b57bd2f4038f36419d6f6f8e (patch)
tree23c4de129aa3dcf2a26aa038d6b461250bb53fa1
parentdocument third case: 'up' (diff)
downloadwireguard-openbsd-174e91d44d93e7d1b57bd2f4038f36419d6f6f8e.tar.xz
wireguard-openbsd-174e91d44d93e7d1b57bd2f4038f36419d6f6f8e.zip
nicer default
-rw-r--r--usr.bin/ssh/sshd_config4
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