diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 22:54:48 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 22:54:48 +0100 |
commit | ad8d6628c4910ac81ed3227f4fa4231124e6e892 (patch) | |
tree | 8798d6bb621e3855cbd3f6b7283d6b10472f2c91 /notmuch-ssh-client | |
parent | 368898379638a33578613b2169fa8c4205c44902 (diff) | |
download | utils-ad8d6628c4910ac81ed3227f4fa4231124e6e892.tar utils-ad8d6628c4910ac81ed3227f4fa4231124e6e892.tar.gz utils-ad8d6628c4910ac81ed3227f4fa4231124e6e892.tar.bz2 utils-ad8d6628c4910ac81ed3227f4fa4231124e6e892.tar.xz utils-ad8d6628c4910ac81ed3227f4fa4231124e6e892.zip |
...
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} $@ |