changeset 283:09a1242050d3

Moving to the new host today
author Steve Huston <huston@srhuston.net>
date Mon, 15 Jul 2024 11:23:21 -0400
parents 1becad4fc13d
children 2b513df62dd4
files .ssh/config
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.ssh/config	Sun Jul 14 16:07:11 2024 -0400
+++ b/.ssh/config	Mon Jul 15 11:23:21 2024 -0400
@@ -27,11 +27,11 @@
 
 # But if we *are* home, convert joshua into its internal IP address
 Match host joshua.srhuston.net exec "~/.ssh/athome"
-  HostName 192.168.7.49
+  HostName 192.168.7.241
 
-# New joshua host on the N100
-Match host newjoshua exec "~/.ssh/athome"
-  HostName 192.168.7.241
+# Old joshua host (Lenovo)
+Match host oldjoshua exec "~/.ssh/athome"
+  HostName 192.168.7.49
 
 # Some "local" hosts, rather than configuring DNS or hosts files
 Match host milton exec "~/.ssh/athome"