Host key verification

This commit is contained in:
Noah Masur 2024-03-24 17:39:38 -04:00 committed by GitHub
parent 488b5d61fd
commit 848c8aac5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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