From 4b00fc25974ad9af6c1de8938b367b25403f40bb Mon Sep 17 00:00:00 2001 From: adefaria Date: Mon, 5 May 2014 11:26:45 -0700 Subject: [PATCH] Added ServerAlive --- rc/sshconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.17.1