diff options
author | damien <damien> | 1999-10-28 04:03:14 +0000 |
---|---|---|
committer | damien <damien> | 1999-10-28 04:03:14 +0000 |
commit | a7c0763fad23bc7876e3f57979dcabc0155761a8 (patch) | |
tree | 04b1d6b094442720b4197eb442ee53c010cdc1d7 /sshd_config | |
parent | a6565fe9d21935d575ca1df973c418ede8621f1d (diff) | |
download | openssh-a7c0763fad23bc7876e3f57979dcabc0155761a8.tar.gz |
Big rename ssh* -> openssh*
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config index 97f6f8e1..63a55990 100644 --- a/sshd_config +++ b/sshd_config @@ -2,7 +2,7 @@ Port 22 ListenAddress 0.0.0.0 -HostKey /etc/ssh/ssh_host_key +HostKey /etc/openssh/ssh_host_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 @@ -20,7 +20,7 @@ KeepAlive yes SyslogFacility AUTH RhostsAuthentication no # -# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts +# For this to work you will also need host keys in /etc/openssh/ssh_known_hosts RhostsRSAAuthentication no # RSAAuthentication yes |