From 3876466c5c5a107e345da3bca42f5277e6e07046 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 8 Mar 2020 23:19:32 +0100 Subject: ... --- notmuch-ssh-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch-ssh-client b/notmuch-ssh-client index d35a68a..419ff23 100644 --- a/notmuch-ssh-client +++ b/notmuch-ssh-client @@ -3,4 +3,4 @@ instance=${NOTMUCH_INSTANCE:-mail} host=${NOTMUCH_HOST:-notmuch.odin} -exec -- @openssh@/bin/ssh -o ControlPath=none ${host} -- ${instance} $@ +exec -- @openssh@/bin/ssh -o ControlPath=~/.ssh/notmuch-%r@%n:%p ${host} -- ${instance} $@ -- cgit v1.2.3