From be20fdd69f433b9646c85b4de97c2538523f3a9f Mon Sep 17 00:00:00 2001 From: klea Date: Sat, 14 Feb 2026 17:10:33 +0000 Subject: git-archive: clone ssh properly allowing keys, not checking cert. --- bin/git-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/git-archive b/bin/git-archive index dd8c36d..2cce48e 100755 --- a/bin/git-archive +++ b/bin/git-archive @@ -36,7 +36,7 @@ while IFS='' read -r url; do { unset HOME XDG_CONFIG_HOME SSH_ASKPASS GIT_ASKPASS echo "$ git clone --mirror $url $urlp" - USER=archiveteam-codearchiver-runner ftime git -c 'credential.interactive=false' clone --mirror "$url" "$urlwp" || true + USER=archiveteam-codearchiver-runner ftime git -c 'core.sshCommand=ssh -F /dev/null -o "UserKnownHostsFile /dev/null" -o "IdentitiesOnly yes" -o "StrictHostKeyChecking no"' -c 'credential.interactive=false' clone --mirror "$url" "$urlwp" || true echo "$ GIT_DIR=$urlp git bundle create $urlp.bundle --all" USER=archiveteam-codearchiver-runner GIT_DIR=$urlwp ftime git bundle create "$urlwp.bundle" --all || true [ "$?" = "0" ] && { -- cgit v1.3.1-10-gc9f91