diff --git a/ansible/ssh_key.j2 b/ansible/ssh_key.j2 index 9d5f53affb626b336ef30061a91c3c2ee0bdb43e..1b9ad076e0fea507ee1cbf04472da28a893fc929 100644 --- a/ansible/ssh_key.j2 +++ b/ansible/ssh_key.j2 @@ -1 +1 @@ -{{ instance_server_public_key }} \ No newline at end of file +{{ instance_server_private_key }} \ No newline at end of file diff --git a/monitoring/ssh_key.j2 b/monitoring/ssh_key.j2 index 9d5f53affb626b336ef30061a91c3c2ee0bdb43e..1b9ad076e0fea507ee1cbf04472da28a893fc929 100644 --- a/monitoring/ssh_key.j2 +++ b/monitoring/ssh_key.j2 @@ -1 +1 @@ -{{ instance_server_public_key }} \ No newline at end of file +{{ instance_server_private_key }} \ No newline at end of file