comparison .ssh/config @ 282:1becad4fc13d

IP changed
author Steve Huston <huston@srhuston.net>
date Sun, 14 Jul 2024 16:07:11 -0400
parents 5140712f8bd6
children 09a1242050d3
comparison
equal deleted inserted replaced
281:cf01bff1c687 282:1becad4fc13d
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 31
32 # New joshua host on the N100 32 # New joshua host on the N100
33 Match host newjoshua exec "~/.ssh/athome" 33 Match host newjoshua exec "~/.ssh/athome"
34 HostName 192.168.7.252 34 HostName 192.168.7.241
35 35
36 # Some "local" hosts, rather than configuring DNS or hosts files 36 # Some "local" hosts, rather than configuring DNS or hosts files
37 Match host milton exec "~/.ssh/athome" 37 Match host milton exec "~/.ssh/athome"
38 HostName 192.168.7.56 38 HostName 192.168.7.56
39 39