#16 Remove '-o StrictHostKeyChecking=accept-new'
This commit is contained in:
parent
a9b86278c9
commit
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
|
||||||
|
Loading…
Reference in New Issue
Block a user