ssh: add dbservers to ssh config

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

View File

@@ -58,6 +58,20 @@ Host bld-02
IdentityFile=~/.ssh/bld-02
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
Host log-01
User etorres