From 7218ce240e6f46b8a9d66d6ec582ed93c8cbdf4f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 22 Mar 2022 09:25:26 +0100 Subject: [PATCH 1/1] fixup! Ensure we use the right SSH key --- .offlineimap/preauthtunnel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.offlineimap/preauthtunnel.sh b/.offlineimap/preauthtunnel.sh index c99f59b..b341fc3 100755 --- a/.offlineimap/preauthtunnel.sh +++ b/.offlineimap/preauthtunnel.sh @@ -1,5 +1,6 @@ #!/bin/sh +# Ensure we don't use an existing SSH agent unset SSH_AUTH_SOCK exec ssh -F ~/.offlineimap/ssh_config -i ~/.offlineimap/${1}.ssh-seckey ${1} \ -- 2.39.2