From 3f89b5fb85ae5415c90873cdc5edf99848c30eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B4=D0=B5=D0=B6=D0=B4=D0=B0=20=D0=A4=D0=B5?= =?UTF-8?q?=D0=B4=D0=BE=D1=80=D0=BE=D0=B2=D0=B0?= Date: Wed, 25 Sep 2024 11:51:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b57fc65..789daa6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: - name: Run script for aarch run: | #apt-get update -y && apt-get install -y openssh openssl - ssh -A -vvv $SSH_T_USER@$SSH_T_HOST -o IdentityFile="~/.ssh/taishan.key" -o IdentitiesOnly=yes "ls -a" + ssh -A -vvv $SSH_T_USER@$SSH_T_HOST -o IdentityFile="~/.ssh/builder.key" -o IdentitiesOnly=yes -o StrictHostKeyChecking=no "ls -a" #"ssh $SSH_T_USER@127.0.0.1 -o IdentityFile='~/.ssh/vml' -o IdentitiesOnly=yes -p $SSH_T_PORT 'ls -a'" env: SSH_T_USER: ${{ secrets.TAISHAN_SSH_USER }}