changeset 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 05ef8c9a0eb3
children cf01bff1c687
files .ssh/config
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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