#16 Remove '-o StrictHostKeyChecking=accept-new'

This commit is contained in:
Joey Hafner 2024-10-24 20:07:24 -07:00
parent a9b86278c9
commit 3322db9c04
No known key found for this signature in database

View File

@ -23,7 +23,7 @@ jobs:
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan 192.168.1.1 > ~/.ssh/known_hosts
chmod 0600 ~/.ssh/known_hosts
alias ssh='ssh -i /tmp/key -o StrictHostKeyChecking=accept-new'
alias ssh='ssh -i /tmp/key'
- name: Print running VyOS version
run: |
./vyos.sh op show system image