diff .ssh/config @ 222:27bc245f4194

Keep yourself alive
author Steve Huston <huston@astro.princeton.edu>
date Wed, 26 May 2021 15:55:48 -0400
parents 81d5d7484f31
children 2b3e169f8182
line wrap: on
line diff
--- a/.ssh/config	Thu Apr 22 16:58:56 2021 -0400
+++ b/.ssh/config	Wed May 26 15:55:48 2021 -0400
@@ -55,6 +55,7 @@
   ForwardAgent yes
   ForwardX11 yes
   ForwardX11Trusted yes
+  ServerAliveInterval 30
 
 # Deny everything for other hosts w/ a dot
 Host *.*
@@ -69,3 +70,4 @@
   ForwardAgent yes
   ForwardX11 yes
   ForwardX11Trusted yes
+  ServerAliveInterval 30