#16 Add hostkey fingerprint to known_hosts
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
Joey Hafner 2024-10-24 16:46:11 -07:00
parent 231420105a
commit b66e468aea
No known key found for this signature in database

View File

@ -20,6 +20,7 @@ jobs:
chmod 0600 /tmp/key
ssh-keygen -y -f /tmp/key > /tmp/key.pub
ssh-keygen -l -E sha256 -f /tmp/key.pub
ssh-keygen -R 192.168.1.1
alias ssh='ssh -i /tmp/key'
- name: Print running VyOS version
run: |