ssh: add db-pg15 host

This commit is contained in:
Eric Torres 2025-03-27 22:48:05 -07:00
parent 4c3ef9d34e
commit ceab301698
2 changed files with 15 additions and 4 deletions

View File

@ -57,13 +57,16 @@ Host db-mdb11
User etorres
IdentityFile=~/.ssh/dbservers
HostName db-mdb11.tail755c5.ts.net
IdentitiesOnly=yes
Host db-pg15
User etorres
IdentityFile=~/.ssh/dbservers
HostName db-pg15.tail755c5.ts.net
Host db-pg17
User etorres
IdentityFile=~/.ssh/dbservers
HostName db-pg17.tail755c5.ts.net
IdentitiesOnly=yes
Host dev-01
User etorres

View File

@ -55,13 +55,16 @@ Host db-mdb11
User etorres
IdentityFile=~/.ssh/dbservers
HostName 192.168.1.13
IdentitiesOnly=yes
Host db-pg15
User etorres
IdentityFile=~/.ssh/dbservers
HostName 192.168.1.14
Host db-pg17
User etorres
IdentityFile=~/.ssh/dbservers
HostName 192.168.1.14
IdentitiesOnly=yes
Host dev-01
User etorres
@ -97,3 +100,8 @@ Host web-01
User etorres
IdentityFile=~/.ssh/web-01
HostName 192.168.1.5
Host microos-test-01
User etorres
IdentityFile=~/.ssh/microos-test-01
HostName 192.168.1.165