diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-18 18:10:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-18 18:10:02 +0000 |
commit | bac609c202ccd3f77baec4e2cbba8f8c8756af98 (patch) | |
tree | 0125f96978511303285162b8731f736d36084159 /crypto/openssh | |
parent | f6b3b57bdd72c15c5e3c1c930a156b71c42090ee (diff) | |
download | FreeBSD-src-bac609c202ccd3f77baec4e2cbba8f8c8756af98.zip FreeBSD-src-bac609c202ccd3f77baec4e2cbba8f8c8756af98.tar.gz |
Restore the RSA host key to /etc/ssh/ssh_host_key.
Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16.
Diffstat (limited to 'crypto/openssh')
-rw-r--r-- | crypto/openssh/sshd_config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index dad02ea..854311f 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -1,5 +1,5 @@ # $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ -# $FreeBSD$ +# $FreeBSD$ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. @@ -9,7 +9,6 @@ Port 22 #ListenAddress 0.0.0.0 #ListenAddress :: HostKey /etc/ssh/ssh_host_key -HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 120 |