ssh: rename host srv-01 to syncthing-01

This commit is contained in:
Eric Torres 2025-04-05 17:42:43 -07:00
parent 6c82b765f1
commit 999eb41c6e
2 changed files with 5 additions and 6 deletions

View File

@ -105,11 +105,10 @@ Host obs-01
HostName obs-01.tail755c5.ts.net HostName obs-01.tail755c5.ts.net
Port 22 Port 22
Host srv-01 Host syncthing-01
User etorres User etorres
IdentityFile=~/.ssh/srv-01 IdentityFile=~/.ssh/syncthing-01
HostName srv-01.tail755c5.ts.net HostName syncthing-01.tail755c5.ts.net
Port 22
Host stg-01 Host stg-01
User etorres User etorres

View File

@ -101,9 +101,9 @@ Host obs-01
IdentityFile=~/.ssh/obs-01 IdentityFile=~/.ssh/obs-01
HostName 192.168.1.9 HostName 192.168.1.9
Host srv-01 Host syncthing-01
User etorres User etorres
IdentityFile=~/.ssh/srv-01 IdentityFile=~/.ssh/syncthing-01
HostName 192.168.1.7 HostName 192.168.1.7
Host stg-01 Host stg-01