#16 Increase SSH command verbosity, trigger workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s
SSH and echo to file / ssh (push) Failing after 12s

This commit is contained in:
Joey Hafner 2024-10-24 23:49:48 -07:00
parent 6e8437f154
commit 900b53822f
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ jobs:
chmod 0600 ~/.ssh/known_hosts
- name: Connect to VyOS
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
# uses: appleboy/ssh-action@v1.1.0

File diff suppressed because one or more lines are too long