Add Planswell utils boxes
This commit is contained in:
parent
bdc1f04d79
commit
ce5e27fdf7
@ -12,6 +12,11 @@ Host planswell.prod.dockerbox
|
|||||||
Hostname 10.0.1.218
|
Hostname 10.0.1.218
|
||||||
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
||||||
|
|
||||||
|
Host planswell.prod.utils
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.0.1.232
|
||||||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.prod.jumpbox
|
||||||
|
|
||||||
Host 172.36.*
|
Host 172.36.*
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
||||||
@ -49,4 +54,9 @@ Host planswell.sunlife.prod.docker
|
|||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 10.11.38.26
|
Hostname 10.11.38.26
|
||||||
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
|
||||||
|
|
||||||
|
Host planswell.sunlife.prod.utils
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.11.38.29
|
||||||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user