From: martin f. krafft Date: Tue, 22 Mar 2022 08:25:26 +0000 (+0100) Subject: fixup! Ensure we use the right SSH key X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/7218ce240e6f46b8a9d66d6ec582ed93c8cbdf4f fixup! Ensure we use the right SSH key --- 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} \