]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
ssh_config: Abort if not all requested port forwardings can be set up.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Mar 2012 20:37:15 +0000 (22:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 27 Mar 2012 20:37:15 +0000 (22:37 +0200)
ssh_config

index b61298dabfca6f6e428dada37ab71ac34080dad5..217ae9ef7abf90de2533f81bbca70578282b70b7 100644 (file)
@@ -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