From: adefaria Date: Mon, 5 May 2014 18:26:45 +0000 (-0700) Subject: Added ServerAlive X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4b00fc25974ad9af6c1de8938b367b25403f40bb;p=clearscm.git Added ServerAlive --- diff --git a/rc/sshconfig b/rc/sshconfig index 1fa25ee..6c6b890 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,3 +1,7 @@ ForwardX11 yes #ForwardX11Trusted yes StrictHostKeyChecking no + +Host * + ServerAliveInterval 300 + ServerAliveCountMax 2