Skip to content

Commit

Permalink
Force hostname id tag while generating ssh_keypair in clusterize
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas North committed Oct 21, 2018
1 parent e8ae555 commit e4c1bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/aenigma-clusterize
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4c1bae

Please sign in to comment.