parent
bc71729cc1
commit
af7eb95ef9
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -33,6 +33,6 @@ 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 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 -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'
|
# 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'
|
||||||
|
Loading…
Reference in New Issue
Block a user