From: martin f. krafft Date: Tue, 16 Sep 2014 14:58:47 +0000 (+0200) Subject: Let control chan persist for 30 seconds X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/908da41dae6b907c7e3d24b7ce2001c0f8313b51?ds=inline Let control chan persist for 30 seconds --- diff --git a/.ssh/config.in b/.ssh/config.in index becf9e4..5a8271e 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -884,7 +884,7 @@ Host * ConnectTimeout 10 ControlPath ~/.var/ssh/ssh_control_%l_%h_%p_%r ControlMaster auto - ControlPersist 5 + ControlPersist 30 ## DSAAuthentication no # DynamicForward off # EnableSSHKeysign no