comparison .ssh/config @ 190:f5969673c794

A couple keepalive type config settings
author Steve Huston <huston@srhuston.net>
date Fri, 10 Apr 2020 17:03:24 -0400
parents 83f164405755
children 8206a14c8c62
comparison
equal deleted inserted replaced
189:b2dc752234ae 190:f5969673c794
8 Host xanadu.astro.princeton.edu 8 Host xanadu.astro.princeton.edu
9 User huston 9 User huston
10 ControlMaster auto 10 ControlMaster auto
11 ControlPersist yes 11 ControlPersist yes
12 ControlPath ~/.ssh/sockets/%C 12 ControlPath ~/.ssh/sockets/%C
13 ServerAliveInterval 30
14 # This is the default, putting here to document
15 ServerAliveCountMax 3
13 16
14 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112." 17 Match host csesbh2.princeton.edu exec "~/.ssh/onsubnet --not 128.112."
15 ProxyJump xanadu.astro.princeton.edu 18 ProxyJump xanadu.astro.princeton.edu
16 19
17 Host csesbh2.princeton.edu 20 Host csesbh2.princeton.edu
18 User huston 21 User huston
19 ControlMaster auto 22 ControlMaster auto
20 ControlPersist yes 23 ControlPersist yes
21 ControlPath ~/.ssh/sockets/%C 24 ControlPath ~/.ssh/sockets/%C
25 ServerAliveInterval 30
26 # This is the default, putting here to document
27 ServerAliveCountMax 3
22 28
23 # xanadu-vm and syrinx's keys change, let's try to avoid errors 29 # xanadu-vm and syrinx's keys change, let's try to avoid errors
24 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu 30 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu
25 User huston 31 User huston
26 StrictHostKeyChecking no 32 StrictHostKeyChecking no