]> git.proxmox.com Git - pve-container.git/commitdiff
don't create deprecated rsa1 ssh keys
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Mar 2017 08:26:41 +0000 (09:26 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 14 Mar 2017 08:26:41 +0000 (09:26 +0100)
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',