Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 235:2b3e169f8182
Updating proxy setting, forgot I wasn't using a controlmaster there
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 03 Aug 2022 21:17:26 -0400 |
parents | 27bc245f4194 |
children | bb69763716a7 |
comparison
equal
deleted
inserted
replaced
234:863d190c2fa1 | 235:2b3e169f8182 |
---|---|
31 Match host aprs exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" | 31 Match host aprs exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" |
32 HostName 192.168.7.57 | 32 HostName 192.168.7.57 |
33 User pi | 33 User pi |
34 | 34 |
35 # Shared connection for xanadu, csesbh2, and joshua | 35 # Shared connection for xanadu, csesbh2, and joshua |
36 Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net | 36 # Including w2zq too, though I don't usually want those to stick around - |
37 # they'll get canceled when the proxy use is finished | |
38 Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net w2zq.mywire.org | |
37 User huston | 39 User huston |
38 ControlMaster auto | 40 ControlMaster auto |
39 ControlPersist yes | 41 ControlPersist yes |
40 ControlPath ~/.ssh/sockets/%C | 42 ControlPath ~/.ssh/sockets/%C |
41 ServerAliveInterval 30 | 43 ServerAliveInterval 30 |