From 0264ee329669459ec472cd5f3f845d1865972bbf Mon Sep 17 00:00:00 2001 From: des Date: Thu, 11 Apr 2002 22:04:40 +0000 Subject: Knowledgeable persons assure me that RSA is preferable to DSA and that we should transition away from DSA. --- crypto/openssh/servconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto') diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 8ba194d..17ded22 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -124,6 +124,8 @@ 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; } } -- cgit v1.1