# HG changeset patch # User Steve Huston # Date 1720407115 14400 # Node ID 5140712f8bd6b2d8c5d910f77d5ef91ba27f1573 # Parent 05ef8c9a0eb3dbd60dd5ebd8cbf30073ca0e1ac8 Config for new joshua host's IP, probably easier to get used to a new IP than move them around diff -r 05ef8c9a0eb3 -r 5140712f8bd6 .ssh/config --- a/.ssh/config Fri Jun 07 18:03:51 2024 -0400 +++ b/.ssh/config Sun Jul 07 22:51:55 2024 -0400 @@ -29,6 +29,10 @@ Match host joshua.srhuston.net exec "~/.ssh/athome" HostName 192.168.7.49 +# New joshua host on the N100 +Match host newjoshua exec "~/.ssh/athome" + HostName 192.168.7.252 + # Some "local" hosts, rather than configuring DNS or hosts files Match host milton exec "~/.ssh/athome" HostName 192.168.7.56