From 848c8aac5f897d61f5d7e567fa63ea8ef9773fdf Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:39:38 -0400 Subject: [PATCH] Host key verification --- .github/workflows/arrow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 2631e0d..6d3cc89 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -128,5 +128,5 @@ jobs: - name: Copy Identity File to Host if: inputs.action == 'create' run: | - ssh noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh' + ssh -o StrictHostKeyChecking=accept-new noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh' scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519