summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-04-12 15:52:10 +0000
committerdes <des@FreeBSD.org>2002-04-12 15:52:10 +0000
commit0e80f55d4442e1dd9e2caad8ecbd01874323a587 (patch)
treed6657cecd054683398bebe6ec162d94e2705950c /crypto/openssh
parent5f45c246ce2b527553927dad8065d3779d06d43f (diff)
downloadFreeBSD-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.c2
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;
}
}
OpenPOWER on IntegriCloud