Compare commits
2 Commits
a9b86278c9
...
29d6f57968
Author | SHA1 | Date | |
---|---|---|---|
|
29d6f57968 | ||
|
3322db9c04 |
@ -23,7 +23,7 @@ jobs:
|
|||||||
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
|
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
|
||||||
ssh-keyscan 192.168.1.1 > ~/.ssh/known_hosts
|
ssh-keyscan 192.168.1.1 > ~/.ssh/known_hosts
|
||||||
chmod 0600 ~/.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
|
- name: Print running VyOS version
|
||||||
run: |
|
run: |
|
||||||
./vyos.sh op show system image
|
./vyos.sh op show system image
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user