fix: pass deploy SSH config
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-09 12:17:09 +00:00
parent 4253270da9
commit aeeee27a3d
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ jobs:
> "$ssh_home/.ssh/config"
chmod 600 "$ssh_home/.ssh/config"
export HOME="$ssh_home"
export HECTIC_DEPLOY_SSH_CONFIG="$HOME/.ssh/config"
export NIX_SSHOPTS="-F $HOME/.ssh/config -o BatchMode=yes -o StrictHostKeyChecking=yes -o UserKnownHostsFile=$HOME/.ssh/known_hosts -o IdentitiesOnly=yes -i $HOME/.ssh/id_ed25519"
ssh -F "$HOME/.ssh/config" -o BatchMode=yes -o ConnectTimeout=10 \
-o StrictHostKeyChecking=yes \