mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Knowledgeable persons assure me that RSA is preferable to DSA and that we
should transition away from DSA.
This commit is contained in:
parent
f90d35eca1
commit
8f8855cff0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94464
@ -123,6 +123,8 @@ fill_default_server_options(ServerOptions *options)
|
||||
options->host_key_files[options->num_host_key_files++] =
|
||||
_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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user