From 908da41dae6b907c7e3d24b7ce2001c0f8313b51 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 16 Sep 2014 16:58:47 +0200 Subject: [PATCH] Let control chan persist for 30 seconds --- .ssh/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2