Compare commits

..

2 Commits

Author SHA1 Message Date
Noah Masur
f50bbeba94 increase grub boot delay for switching os 2024-03-24 18:04:43 -04:00
Noah Masur
848c8aac5f
Host key verification 2024-03-24 17:39:38 -04:00
2 changed files with 2 additions and 2 deletions

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

View File

@ -27,7 +27,7 @@
if keystatus --shift ; then
set timeout=-1
else
set timeout=0
set timeout=3
fi
'';
};