1
0

update
Some checks failed
/ deploy (push) Failing after 5s

This commit is contained in:
cuqmbr 2025-06-24 12:38:46 +03:00
parent bc71729cc1
commit af7eb95ef9
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -33,6 +33,6 @@ jobs:
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
ssh -o StrictHostKeyChecking=no -o ForwardAgent=yes gitea-actions@bastion.cuqmbr.home 'cat /etc/hostname'
# ssh -o StrictHostKeyChecking=no -o ForwardAgent=yes gitea-actions@bastion.cuqmbr.home 'cat /etc/hostname'
ssh -o StrictHostKeyChecking=no -o ForwardAgent=yes -J gitea-actions@bastion.cuqmbr.home gitea-actions@192.168.0.10 'cat /etc/hostname'
# ssh -vvvv -o StrictHostKeyChecking=no -o ForwardAgent=yes -o ProxyCommand='ssh -W %h:%p -q gitea-actions@bastion.cuqmbr.home' gitea-actions@192.168.0.10 'cat /etc/hostname'