Commit 4870ff10 authored by Franco Fichtner's avatar Franco Fichtner

ssh: deprecate DSA keys as per OpenSSH recommendation

Also see: http://www.openssh.com/txt/release-7.0
parent 081415d4
...@@ -62,7 +62,6 @@ if (file_exists('/conf/sshd/ssh_host_rsa_key') && !file_exists("{$etc_ssh}/ssh_h ...@@ -62,7 +62,6 @@ if (file_exists('/conf/sshd/ssh_host_rsa_key') && !file_exists("{$etc_ssh}/ssh_h
$keys = array( $keys = array(
/* .pub files are implied */ /* .pub files are implied */
'rsa' => 'ssh_host_rsa_key', 'rsa' => 'ssh_host_rsa_key',
'dsa' => 'ssh_host_dsa_key',
'ecdsa' => 'ssh_host_ecdsa_key', 'ecdsa' => 'ssh_host_ecdsa_key',
'ed25519' => 'ssh_host_ed25519_key', 'ed25519' => 'ssh_host_ed25519_key',
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment