chiark / gitweb /
bsmtp-pull: drop -2; avoid connection sharing
[bin.git] / bsmtp-pull
index f20cdea7e41802a19cdf8eb90000a75fab99daa4..cd51d6872ac1fd4e3ae0adf6b365a234f986ae2b 100755 (executable)
@@ -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