summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-11-15 20:15:31 +0000
committermarkus <markus@openbsd.org>2000-11-15 20:15:31 +0000
commitb9e7ebc8521c24a8fdde075db0fe4d55f8ba6dc2 (patch)
tree9981291ca2cb1e23313ec08ab23c86e69ec5fc79
parenttypo, use .It (diff)
downloadwireguard-openbsd-b9e7ebc8521c24a8fdde075db0fe4d55f8ba6dc2.tar.xz
wireguard-openbsd-b9e7ebc8521c24a8fdde075db0fe4d55f8ba6dc2.zip
add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys
-rw-r--r--usr.bin/ssh/sshd_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index 6ecc1dc3b45..cad63dd4d52 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -5,7 +5,8 @@ Port 22
#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh_host_key
-#HostKey /etc/ssh_host_dsa_key
+HostKey /etc/ssh_host_dsa_key
+#HostKey /etc/ssh_host_rsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600