Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
a8fe2b9a7e
#16 Trigger workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13s
SSH and echo to file / ssh (push) Failing after 12s
2024-10-25 00:12:16 -07:00
Joey Hafner
39f8e7aa22
#16 Decrease verbosity, re-enable StrictHostKeyChecking, set port explicitly 2024-10-25 00:12:02 -07:00
2 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ jobs:
ssh-keyscan -t ed25519 192.168.1.1 >> ~/.ssh/known_hosts
- name: Connect to VyOS
run: |
ssh -vvv -i /tmp/key -o "StrictHostKeyChecking no" vyos@192.168.1.1 'whoami'
ssh -vv -i /tmp/key vyos@192.168.1.1:22 'whoami'
# - name: SSH into host
# uses: appleboy/ssh-action@v1.1.0

File diff suppressed because one or more lines are too long