Compare commits
2 Commits
a8fe2b9a7e
...
a41b517f64
Author | SHA1 | Date | |
---|---|---|---|
|
a41b517f64 | ||
|
d2151597bb |
@ -25,7 +25,7 @@ jobs:
|
|||||||
ssh-keyscan -t ed25519 192.168.1.1 >> ~/.ssh/known_hosts
|
ssh-keyscan -t ed25519 192.168.1.1 >> ~/.ssh/known_hosts
|
||||||
- name: Connect to VyOS
|
- name: Connect to VyOS
|
||||||
run: |
|
run: |
|
||||||
ssh -vv -i /tmp/key vyos@192.168.1.1:22 'whoami'
|
ssh -vv -i /tmp/key -p 22 vyos@192.168.1.1 'whoami'
|
||||||
|
|
||||||
# - name: SSH into host
|
# - name: SSH into host
|
||||||
# uses: appleboy/ssh-action@v1.1.0
|
# uses: appleboy/ssh-action@v1.1.0
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user