From 818d5dfce33ab5f61d2be58fbb6ab3aa52755c33 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Jun 2018 00:11:58 +0100 Subject: more aggressive ssh serveralive settings --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 8f6f38d4..e0a721d7 100644 --- a/.ssh/config +++ b/.ssh/config @@ -112,8 +112,8 @@ Host * ControlMaster auto ControlPath /tmp/ssh-%u-%r@%h:%p ControlPersist 4h -ServerAliveInterval 20 -ServerAliveCountMax 3 +ServerAliveInterval 5 +ServerAliveCountMax 2 ForwardAgent no NoHostAuthenticationForLocalhost yes ExitOnForwardFailure yes -- cgit v1.2.3