ssh: deprecate DSA keys as per OpenSSH recommendation

Also see: http://www.openssh.com/txt/release-7.0
This commit is contained in:
Franco Fichtner 2016-08-13 15:39:12 +02:00
parent 081415d4fa
commit 4870ff1061

View File

@ -62,7 +62,6 @@ if (file_exists('/conf/sshd/ssh_host_rsa_key') && !file_exists("{$etc_ssh}/ssh_h
$keys = array(
/* .pub files are implied */
'rsa' => 'ssh_host_rsa_key',
'dsa' => 'ssh_host_dsa_key',
'ecdsa' => 'ssh_host_ecdsa_key',
'ed25519' => 'ssh_host_ed25519_key',
);