aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2001-05-05 13:48:13 +0000
committerBrian Feldman <green@FreeBSD.org>2001-05-05 13:48:13 +0000
commit3817a12c9b9009ef275aa208d4315344878f8dd5 (patch)
treee87f6cf841d1f560e0a112c8e5aac078b5330ab3
parent1e207e46d7f97d92b84bc0502669dbf0ad21d73c (diff)
Notes
-rw-r--r--crypto/openssh/sshd_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 643c3e0bc828..dad02ea812b1 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -8,9 +8,9 @@ Port 22
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
-HostKey /etc/ssh_host_key
-HostKey /etc/ssh_host_rsa_key
-HostKey /etc/ssh_host_dsa_key
+HostKey /etc/ssh/ssh_host_key
+HostKey /etc/ssh/ssh_host_rsa_key
+HostKey /etc/ssh/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 120
KeyRegenerationInterval 3600