]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Setup.pm
don't create deprecated rsa1 ssh keys
[pve-container.git] / src / PVE / LXC / Setup.pm
index 1baeaa249f2618f85df29f4864f7266538031240..a32eb86d524de16291f0ce5f69dc384353fc8cbe 100644 (file)
@@ -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',