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