From 9beac9247dce31119247cf6cc04d8b37a852ebac Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 3 Aug 2018 06:19:05 -0700 Subject: [PATCH] Increase SSH connect timeout 3s -> 5s --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index a5c4c52..ef35609 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,7 +2,7 @@ Host * # ControlMaster auto # ControlPath ~/.ssh/ctl/%r@%h:%p # ControlPersist 1h - ConnectTimeout 3 + ConnectTimeout 5 ServerAliveInterval 30 AddKeysToAgent yes