Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 213:283c952b0455
Adding some local (home) hosts
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 08 Jan 2021 14:40:47 -0500 |
parents | d7f327fd082f |
children | 81d5d7484f31 |
comparison
equal
deleted
inserted
replaced
212:a20525b2ef00 | 213:283c952b0455 |
---|---|
18 ProxyJump xanadu.astro.princeton.edu | 18 ProxyJump xanadu.astro.princeton.edu |
19 | 19 |
20 # But if we *are* home, convert joshua into its internal IP address | 20 # But if we *are* home, convert joshua into its internal IP address |
21 Match host joshua.srhuston.net exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" | 21 Match host joshua.srhuston.net exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" |
22 HostName 192.168.7.49 | 22 HostName 192.168.7.49 |
23 | |
24 # Some "local" hosts, rather than configuring DNS or hosts files | |
25 Match host milton exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" | |
26 HostName 192.168.7.56 | |
27 | |
28 Match host syrinx exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" | |
29 HostName 192.168.7.109 | |
30 | |
31 Match host aprs exec "test `curl -s checkip.amazonaws.com` == 100.11.40.19" | |
32 HostName 192.168.7.57 | |
23 | 33 |
24 # Shared connection for xanadu, csesbh2, and joshua | 34 # Shared connection for xanadu, csesbh2, and joshua |
25 Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net | 35 Host xanadu.astro.princeton.edu csesbh2.princeton.edu joshua.srhuston.net |
26 User huston | 36 User huston |
27 ControlMaster auto | 37 ControlMaster auto |