Mercurial > index.cgi > dotfiles
diff .ssh/config @ 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 | ab94cd41d4fa |
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"