Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
29d6f57968
#16 Null edit
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
SSH and echo to file / ssh (push) Failing after 10s
2024-10-24 20:09:30 -07:00
Joey Hafner
3322db9c04
#16 Remove '-o StrictHostKeyChecking=accept-new' 2024-10-24 20:07:24 -07:00
2 changed files with 9 additions and 9 deletions

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

File diff suppressed because one or more lines are too long