85 lines
2.1 KiB
Plaintext
85 lines
2.1 KiB
Plaintext
## Planswell
|
|
Host planswell.jumpbox.old
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 35.182.178.122
|
|
|
|
## Staging
|
|
Host planswell.stage.jumpbox
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 35.183.253.232
|
|
|
|
Host planswell.stage.dockerbox
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 172.36.2.122
|
|
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
|
|
|
Host planswell.stage.utils
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 172.36.2.123
|
|
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
|
## Staging End
|
|
|
|
## Prod
|
|
Host planswell.prod.jumpbox
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 52.60.47.105
|
|
|
|
Host planswell.prod.dockerbox
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 10.0.1.40
|
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
|
|
|
Host planswell.prod.utils
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 10.0.1.44
|
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
|
## Prod End
|
|
|
|
Host planswell.prod.jumpbox.old
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 35.182.200.193
|
|
|
|
Host planswell.prod.dockerbox.old
|
|
IdentityFile ~/.ssh/ahosking
|
|
Hostname 10.0.1.218
|
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox.old
|
|
|
|
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
|
|
###
|