From: Wolfgang Bumiller Date: Tue, 14 Mar 2017 08:26:41 +0000 (+0100) Subject: don't create deprecated rsa1 ssh keys X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3dcd90cd7e350d2f1bb8d24cff09c51e6c952ba0;hp=a7fe41002680ae864e21961ea2b0f45deb137b24;p=pve-container.git don't create deprecated rsa1 ssh keys --- diff --git a/src/PVE/LXC/Setup.pm b/src/PVE/LXC/Setup.pm index 1baeaa2..a32eb86 100644 --- a/src/PVE/LXC/Setup.pm +++ b/src/PVE/LXC/Setup.pm @@ -209,7 +209,6 @@ sub rewrite_ssh_host_keys { return if ! -d "$rootdir/etc/ssh"; my $keynames = { - rsa1 => 'ssh_host_key', rsa => 'ssh_host_rsa_key', dsa => 'ssh_host_dsa_key', ecdsa => 'ssh_host_ecdsa_key',