# HG changeset patch # User Steve Huston # Date 1586552604 14400 # Node ID f5969673c7949c17664b5e662a16da0500f5607f # Parent b2dc752234ae071d5036afd92cdd4eeb3219ad6b A couple keepalive type config settings diff -r b2dc752234ae -r f5969673c794 .ssh/config --- a/.ssh/config Sat Apr 04 16:05:19 2020 -0400 +++ b/.ssh/config Fri Apr 10 17:03:24 2020 -0400 @@ -10,6 +10,9 @@ ControlMaster auto ControlPersist yes ControlPath ~/.ssh/sockets/%C + ServerAliveInterval 30 + # This is the default, putting here to document + ServerAliveCountMax 3 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." ProxyJump xanadu.astro.princeton.edu @@ -19,6 +22,9 @@ ControlMaster auto ControlPersist yes ControlPath ~/.ssh/sockets/%C + ServerAliveInterval 30 + # This is the default, putting here to document + ServerAliveCountMax 3 # xanadu-vm and syrinx's keys change, let's try to avoid errors Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu