#16 Decrease verbosity, re-enable StrictHostKeyChecking, set port explicitly

This commit is contained in:
Joey Hafner 2024-10-25 00:12:02 -07:00
parent 354cd35160
commit 39f8e7aa22
No known key found for this signature in database

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