From 999eb41c6e2b5b461c8691d9054ccfeac3faa82b Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sat, 5 Apr 2025 17:42:43 -0700 Subject: [PATCH] ssh: rename host srv-01 to syncthing-01 --- ssh/config.laptop | 7 +++---- ssh/config.xenon | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ssh/config.laptop b/ssh/config.laptop index 90f8b68..a75d5ed 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -105,11 +105,10 @@ Host obs-01 HostName obs-01.tail755c5.ts.net Port 22 -Host srv-01 +Host syncthing-01 User etorres - IdentityFile=~/.ssh/srv-01 - HostName srv-01.tail755c5.ts.net - Port 22 + IdentityFile=~/.ssh/syncthing-01 + HostName syncthing-01.tail755c5.ts.net Host stg-01 User etorres diff --git a/ssh/config.xenon b/ssh/config.xenon index 234cdca..7964a57 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -101,9 +101,9 @@ Host obs-01 IdentityFile=~/.ssh/obs-01 HostName 192.168.1.9 -Host srv-01 +Host syncthing-01 User etorres - IdentityFile=~/.ssh/srv-01 + IdentityFile=~/.ssh/syncthing-01 HostName 192.168.1.7 Host stg-01