From 694554c4aade5e896a8ba224df686557a09f61ee Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 28 Nov 2022 17:57:48 +0100 Subject: [PATCH] aws_cloud: temporarily work with rsa by default --- tasks/aws_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/aws_cloud.yml b/tasks/aws_cloud.yml index 601110d203..29e5f678b4 100644 --- a/tasks/aws_cloud.yml +++ b/tasks/aws_cloud.yml @@ -19,7 +19,7 @@ when: birthday is defined - name: gather the temporary ssh host key from the new instance - local_action: command ssh-keyscan -t ed25519 {{ inventory_hostname }} + local_action: command ssh-keyscan -t rsa {{ inventory_hostname }} register: hostkey when: birthday is defined