1
0

update
All checks were successful
/ deploy (push) Successful in 5s

This commit is contained in:
cuqmbr 2025-06-24 12:42:11 +03:00
parent 64906ea26d
commit cf69a33cc3
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -38,5 +38,5 @@ jobs:
env: env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: | run: |
ssh -o StrictHostKeyChecking=no -o ForwardAgent=yes -J gitea-actions@bastion.cuqmbr.home gitea-actions@192.168.0.10 'cat /etc/hostname' ssh -o StrictHostKeyChecking=no -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' # 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'