From 72d34033e65e95197752ae1a1ebd4f3c8fa100c3 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Wed, 6 Apr 2016 22:56:25 +0200 Subject: [PATCH] [ssh] Use ControlPersist --- ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/config b/ssh/config index 2229332..53f2bc8 100644 --- a/ssh/config +++ b/ssh/config @@ -7,6 +7,7 @@ # |___/ ############################################################################### + Host * Protocol 2 Compression yes @@ -17,5 +18,6 @@ Host * ForwardX11 no ControlMaster auto ControlPath ~/.ssh/sockets/ssh-socket-%r-%h-%p + ControlPersist 600 ###############################################################################