ssh: add dbservers to ssh config

This commit is contained in:
Eric Torres 2025-02-16 23:24:06 -08:00
parent 5e649c6530
commit 7323a3803d
2 changed files with 28 additions and 0 deletions

View File

@ -59,6 +59,20 @@ Host bld-02
HostName bld-02.tail755c5.ts.net HostName bld-02.tail755c5.ts.net
Port 22 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
# log-01 # log-01
Host log-01 Host log-01
User etorres User etorres

View File

@ -58,6 +58,20 @@ Host bld-02
IdentityFile=~/.ssh/bld-02 IdentityFile=~/.ssh/bld-02
HostName 192.168.1.9 HostName 192.168.1.9
# db-mdb11
Host db-mdb11
User etorres
IdentityFile=~/.ssh/dbservers
HostName 192.168.1.13
IdentitiesOnly=yes
# db-pg17
Host db-pg17
User etorres
IdentityFile=~/.ssh/dbservers
HostName 192.168.1.14
IdentitiesOnly=yes
# log-01 # log-01
Host log-01 Host log-01
User etorres User etorres