From e4c1bae88776bed1c7b95676e0a50e463a011833 Mon Sep 17 00:00:00 2001 From: Nicolas North Date: Sun, 21 Oct 2018 22:03:54 +0200 Subject: [PATCH] Force hostname id tag while generating ssh_keypair in clusterize --- tools/aenigma-clusterize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aenigma-clusterize b/tools/aenigma-clusterize index d732124..0c2b85d 100644 --- a/tools/aenigma-clusterize +++ b/tools/aenigma-clusterize @@ -199,7 +199,7 @@ if [ -f "/root/.ssh/aenigma_cluster.pub" ] then aenigma_cluster_ssh_keypair_preexisting="y" else - dna-generate_ssh_keypair -n "aenigma_cluster" + dna-generate_ssh_keypair -n "aenigma_cluster" -h "ae01.${domain}" fi ssh_keypair_pubkey_path="/root/.ssh/aenigma_cluster.pub"