diff options
author | 2000-11-15 20:15:31 +0000 | |
---|---|---|
committer | 2000-11-15 20:15:31 +0000 | |
commit | b9e7ebc8521c24a8fdde075db0fe4d55f8ba6dc2 (patch) | |
tree | 9981291ca2cb1e23313ec08ab23c86e69ec5fc79 | |
parent | typo, use .It (diff) | |
download | wireguard-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_config | 3 |
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 |