From: Simon Ruderich Date: Tue, 27 Mar 2012 20:37:15 +0000 (+0200) Subject: ssh_config: Abort if not all requested port forwardings can be set up. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5b041628369b1f54ab4460c6f05ec203b20d28fd;hp=211f5faa3895e4cc6fc2ea7d2ee739ae99468f5f;p=config%2Fdotfiles.git ssh_config: Abort if not all requested port forwardings can be set up. --- diff --git a/ssh_config b/ssh_config index b61298d..217ae9e 100644 --- a/ssh_config +++ b/ssh_config @@ -33,6 +33,9 @@ Host * # ControlMaster to work. ControlPath ~/.ssh/master-%l-%h-%p-%r +# Abort if not all requested port forwardings can be set up. + ExitOnForwardFailure yes + # Don't send any environment variables. SendEnv