diff options
author | des <des@FreeBSD.org> | 2002-04-12 15:52:10 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-12 15:52:10 +0000 |
commit | 0e80f55d4442e1dd9e2caad8ecbd01874323a587 (patch) | |
tree | d6657cecd054683398bebe6ec162d94e2705950c /crypto/openssh | |
parent | 5f45c246ce2b527553927dad8065d3779d06d43f (diff) | |
download | FreeBSD-src-0e80f55d4442e1dd9e2caad8ecbd01874323a587.zip FreeBSD-src-0e80f55d4442e1dd9e2caad8ecbd01874323a587.tar.gz |
Back out previous backout. It seems I was right to begin with, and DSA is
preferrable to RSA (not least because the SECSH draft standard requires
DSA while RSA is only recommended).
Diffstat (limited to 'crypto/openssh')
-rw-r--r-- | crypto/openssh/servconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 17ded22..8ba194d 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -124,8 +124,6 @@ fill_default_server_options(ServerOptions *options) _PATH_HOST_KEY_FILE; if (options->protocol & SSH_PROTO_2) { options->host_key_files[options->num_host_key_files++] = - _PATH_HOST_RSA_KEY_FILE; - options->host_key_files[options->num_host_key_files++] = _PATH_HOST_DSA_KEY_FILE; } } |