]> git.proxmox.com Git - pve-cluster.git/commitdiff
create known_hosts symlink on join
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 11 Apr 2018 07:26:38 +0000 (09:26 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 11 Apr 2018 07:34:03 +0000 (09:34 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/PVE/Cluster.pm

index fabf5bcf16978f84022a5f46f6dec1aacdde753f..ef7a54190a72321024dec36faaae39976db95724 100644 (file)
@@ -1890,7 +1890,7 @@ sub updatecerts_and_ssh {
 
     $p->("merge authorized SSH keys and known hosts");
     ssh_merge_keys();
-    ssh_merge_known_hosts($nodename, $local_ip_address);
+    ssh_merge_known_hosts($nodename, $local_ip_address, 1);
     gen_pve_vzdump_files();
 }