ssh: cleanup all hosts

This commit is contained in:
2025-03-19 20:54:39 -07:00
parent cb570f9b86
commit 724926974a
2 changed files with 15 additions and 23 deletions

View File

@@ -53,37 +53,33 @@ Host bld-01
HostName bld-01.tail755c5.ts.net
Port 22
# db-mdb11
Host db-mdb11
User etorres
IdentityFile=~/.ssh/dbservers
HostName db-mdb11.tail755c5.ts.net
IdentitiesOnly=yes
# db-pg17
Host db-pg17
User etorres
IdentityFile=~/.ssh/dbservers
HostName db-pg17.tail755c5.ts.net
IdentitiesOnly=yes
# dev-01
Host dev-01
User etorres
IdentityFile=~/.ssh/dev-01
HostName dev-01.tail755c5.ts.net
# log-01
Host log-01
User etorres
IdentityFile=~/.ssh/log-01
HostName log-01.tail755c5.ts.net
Host gms-01
User etorres
IdentityFile=~/.ssh/gms-01
HostName gms-01.tail755c5.ts.net
Host log-01
User etorres
IdentityFile=~/.ssh/log-01
HostName log-01.tail755c5.ts.net
Host obs-01
User etorres
IdentityFile=~/.ssh/obs-01