From ad8d6628c4910ac81ed3227f4fa4231124e6e892 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 8 Mar 2020 22:54:48 +0100 Subject: ... --- notmuch-ssh-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-ssh-client') diff --git a/notmuch-ssh-client b/notmuch-ssh-client index 6983fbe..d35a68a 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 ${host} -- ${instance} $@ +exec -- @openssh@/bin/ssh -o ControlPath=none ${host} -- ${instance} $@ -- cgit v1.2.3