diff options
author | peter <peter@FreeBSD.org> | 2000-02-26 02:24:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-26 02:24:38 +0000 |
commit | 18bcb8d29743e6421787c5d1ef0a057f19ced626 (patch) | |
tree | 90ca6441821248c51633ccf9957929bcd5d6f4a9 /crypto | |
parent | a180df6163e9a085f52027f50d54a4497cf2160e (diff) | |
download | FreeBSD-src-18bcb8d29743e6421787c5d1ef0a057f19ced626.zip FreeBSD-src-18bcb8d29743e6421787c5d1ef0a057f19ced626.tar.gz |
oops, update path to /etc/ssh/ssh_host_key
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index b6d012b..7142e25 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -5,7 +5,7 @@ Port 22 #ListenAddress 0.0.0.0 #ListenAddress :: -HostKey /etc/ssh_host_key +HostKey /etc/ssh/ssh_host_key ServerKeyBits 768 LoginGraceTime 60 KeyRegenerationInterval 3600 |