comparison .ssh/config @ 280:5140712f8bd6

Config for new joshua host's IP, probably easier to get used to a new IP than move them around
author Steve Huston <huston@srhuston.net>
date Sun, 07 Jul 2024 22:51:55 -0400
parents df0b24d4fabd
children 1becad4fc13d
comparison
equal deleted inserted replaced
279:05ef8c9a0eb3 280:5140712f8bd6
26 ProxyJump xanadu.astro.princeton.edu 26 ProxyJump xanadu.astro.princeton.edu
27 27
28 # But if we *are* home, convert joshua into its internal IP address 28 # But if we *are* home, convert joshua into its internal IP address
29 Match host joshua.srhuston.net exec "~/.ssh/athome" 29 Match host joshua.srhuston.net exec "~/.ssh/athome"
30 HostName 192.168.7.49 30 HostName 192.168.7.49
31
32 # New joshua host on the N100
33 Match host newjoshua exec "~/.ssh/athome"
34 HostName 192.168.7.252
31 35
32 # Some "local" hosts, rather than configuring DNS or hosts files 36 # Some "local" hosts, rather than configuring DNS or hosts files
33 Match host milton exec "~/.ssh/athome" 37 Match host milton exec "~/.ssh/athome"
34 HostName 192.168.7.56 38 HostName 192.168.7.56
35 39