From bc71729cc14fe73bdc95b6dbf86fd3ae989f93bf Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Tue, 24 Jun 2025 12:38:11 +0300 Subject: [PATCH] update --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7dc4100..45ca515 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,6 @@ jobs: env: SSH_AUTH_SOCK: /tmp/ssh_agent.sock run: | - ssh gitea-actions@bastion.cuqmbr.home 'cat /etc/hostname' - ssh -J gitea-actions@bastion.cuqmbr.home gitea-actions@192.168.0.10 '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'