#16 Increase SSH command verbosity, trigger workflow
This commit is contained in:
parent
6e8437f154
commit
900b53822f
@ -27,7 +27,7 @@ jobs:
|
|||||||
chmod 0600 ~/.ssh/known_hosts
|
chmod 0600 ~/.ssh/known_hosts
|
||||||
- name: Connect to VyOS
|
- name: Connect to VyOS
|
||||||
run: |
|
run: |
|
||||||
ssh -i /tmp/key vyos@192.168.1.1
|
ssh -vvv -i /tmp/key 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