summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-05 13:48:13 +0000
committergreen <green@FreeBSD.org>2001-05-05 13:48:13 +0000
commit3f59c74031a88a8c9cdf291d550e897906ccba53 (patch)
tree695041565d96da45ec7f0d9ce1f0b212b1ce403e /crypto
parent8927370f68286cd628791fd3910bf1561ebe6ac7 (diff)
downloadFreeBSD-src-3f59c74031a88a8c9cdf291d550e897906ccba53.zip
FreeBSD-src-3f59c74031a88a8c9cdf291d550e897906ccba53.tar.gz
sshd_config should still be keeping ssh host keys in /etc/ssh, not /etc.
Diffstat (limited to 'crypto')
-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 643c3e0..dad02ea 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
OpenPOWER on IntegriCloud