From: Colin Watson Date: Fri, 22 Dec 2017 13:23:59 +0000 (+0000) Subject: bsmtp-pull: drop -2; avoid connection sharing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=0b942b568b5b6609aaa2ee4145d5633e662c91ea bsmtp-pull: drop -2; avoid connection sharing --- diff --git a/bsmtp-pull b/bsmtp-pull index f20cdea..cd51d68 100755 --- a/bsmtp-pull +++ b/bsmtp-pull @@ -26,7 +26,7 @@ TOUCH="$!" trap 'kill "$TOUCH"; lockfile-remove "$HOST"' EXIT ERR HUP INT QUIT TERM disown %1 -ssh -2 -i "$HOME/.ssh/id-bsmtp-$HOST" -C "$HOST" bsmtp-pull-server > "$HOST" +ssh -S none -i "$HOME/.ssh/id-bsmtp-$HOST" -C "$HOST" bsmtp-pull-server > "$HOST" if [ "$BSMTP_PULL_DEBUG" ]; then ls -l "$HOST" || true fi