Mercurial > index.cgi > dotfiles
changeset 190:f5969673c794
A couple keepalive type config settings
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 10 Apr 2020 17:03:24 -0400 |
parents | b2dc752234ae |
children | a026c18c5cb2 |
files | .ssh/config |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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