From 3e884fc3effcba7a1157deb2d89b516d6f5d083a Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 16 Feb 2026 16:38:33 +0100 Subject: [PATCH] Increase SSH connection attempts to 10 --- .github/workflows/build-images-ssh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-images-ssh.yml b/.github/workflows/build-images-ssh.yml index ef3a159..d612314 100644 --- a/.github/workflows/build-images-ssh.yml +++ b/.github/workflows/build-images-ssh.yml @@ -35,6 +35,7 @@ jobs: User ${{ secrets.SSH_USER }} IdentityFile ~/.ssh/id_rsa StrictHostKeyChecking no + ConnectionAttempts 10 EOF chmod 600 ~/.ssh/config