#16 Switch to using the StrictHostKeyChecking=accept-new option
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 13s
This commit is contained in:
parent
28b366ce04
commit
5c5413b6b1
@ -20,9 +20,7 @@ jobs:
|
|||||||
chmod 0600 /tmp/key
|
chmod 0600 /tmp/key
|
||||||
ssh-keygen -y -f /tmp/key > /tmp/key.pub
|
ssh-keygen -y -f /tmp/key > /tmp/key.pub
|
||||||
ssh-keygen -l -E sha256 -f /tmp/key.pub
|
ssh-keygen -l -E sha256 -f /tmp/key.pub
|
||||||
mkdir -p /root/.ssh/ && touch /root/.ssh/known_hosts
|
alias ssh='ssh -i /tmp/key -o StrictHostKeyChecking=accept-new'
|
||||||
ssh-keygen -R 192.168.1.1
|
|
||||||
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