53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
|
## Planswell
|
||
|
Host planswell.jumpbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 35.182.178.122
|
||
|
|
||
|
Host planswell.prod.jumpbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 35.182.200.193
|
||
|
|
||
|
Host planswell.prod.dockerbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 10.0.1.218
|
||
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
||
|
|
||
|
Host 172.36.*
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
||
|
|
||
|
Host planswell.dockerbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 172.36.2.12
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
||
|
|
||
|
Host planswell.dockerbox1
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 172.36.2.160
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox
|
||
|
|
||
|
### Planswell Sunlife
|
||
|
Host planswell.sunlife.jumpbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 35.182.56.25
|
||
|
|
||
|
Host planswell.sunlife.docker
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 10.10.38.28
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
|
||
|
|
||
|
Host planswell.sunlife.docker1
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 10.10.38.24
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
|
||
|
|
||
|
Host planswell.sunlife.prod.jumpbox
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 52.60.128.70
|
||
|
|
||
|
Host planswell.sunlife.prod.docker
|
||
|
IdentityFile ~/.ssh/ahosking
|
||
|
Hostname 10.11.38.26
|
||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
|
||
|
###
|