From 269e68f553ca92f33c99bc171fc7f2a92676d9a1 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 20 Feb 2025 15:55:26 +0100 Subject: [PATCH] dont check host keys --- .github/actions/e2e_emergency_ssh/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/e2e_emergency_ssh/action.yml b/.github/actions/e2e_emergency_ssh/action.yml index f865783ef..4d841f208 100644 --- a/.github/actions/e2e_emergency_ssh/action.yml +++ b/.github/actions/e2e_emergency_ssh/action.yml @@ -30,6 +30,8 @@ runs: ProxyJump none Host * + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null IdentityFile ./access-key PreferredAuthentications publickey CertificateFile=constellation_cert.pub