Added ServerAlive
authoradefaria <adefaria@adefaria-lt.audience.local>
Mon, 5 May 2014 18:26:45 +0000 (11:26 -0700)
committeradefaria <adefaria@adefaria-lt.audience.local>
Mon, 5 May 2014 18:26:45 +0000 (11:26 -0700)
rc/sshconfig

index 1fa25ee..6c6b890 100644 (file)
@@ -1,3 +1,7 @@
 ForwardX11 yes
 #ForwardX11Trusted yes
 StrictHostKeyChecking no
 ForwardX11 yes
 #ForwardX11Trusted yes
 StrictHostKeyChecking no
+
+Host *
+  ServerAliveInterval 300
+  ServerAliveCountMax 2