summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-28 18:07:22 +0000
committerderaadt <deraadt@openbsd.org>1999-09-28 18:07:22 +0000
commit357128e9529af9b2b7932ea3b468a481532b26c3 (patch)
tree473c3e05a346be02704890a5217ba5d83d318776
parentchange X options to nice defaults (diff)
downloadwireguard-openbsd-357128e9529af9b2b7932ea3b468a481532b26c3.tar.xz
wireguard-openbsd-357128e9529af9b2b7932ea3b468a481532b26c3.zip
correct defaults
-rw-r--r--usr.bin/ssh/sshd_config6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index 6827908370c..477d803e038 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -18,7 +18,7 @@ X11DisplayOffset 10
FascistLogging no
PrintMotd yes
KeepAlive yes
-SyslogFacility DAEMON
+SyslogFacility AUTH
RhostsAuthentication no
#
# For this to work you will also need host keys in /etc/ssh_known_hosts
@@ -37,3 +37,7 @@ PermitEmptyPasswords no
# AllowHosts *.our.com friend.other.com
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
+
+# XXX implement these
+#UseLogin no
+#CheckMail no