diff options
Diffstat (limited to 'notmuch-ssh-client')
-rw-r--r-- | notmuch-ssh-client | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | instance=${NOTMUCH_INSTANCE:-mail} | 3 | instance=${NOTMUCH_INSTANCE:-mail} |
4 | host=${NOTMUCH_HOST:-notmuch.odin} | 4 | host=${NOTMUCH_HOST:-notmuch.odin} |
5 | 5 | ||
6 | exec -- @openssh@/bin/ssh ${host} -- ${instance} $@ | 6 | exec -- @openssh@/bin/ssh -o ControlPath=none ${host} -- ${instance} $@ |