dotfiles/.ssh/config.d/lyrical_planswell

130 lines
3.4 KiB
Plaintext
Raw Normal View History

2018-12-04 03:24:56 +00:00
## Planswell
2018-12-24 06:41:44 +00:00
Host planswell.jumpbox.old
2018-12-04 03:24:56 +00:00
IdentityFile ~/.ssh/ahosking
Hostname 35.182.178.122
2018-12-24 06:41:44 +00:00
## 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
2019-03-27 15:09:00 +00:00
Hostname 172.36.2.99
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
Host planswell.stage.kafka0
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.17
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
Host planswell.stage.kafka1
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.18
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
Host planswell.stage.kafka2
IdentityFile ~/.ssh/ahosking
Hostname 172.36.2.19
2018-12-24 06:41:44 +00:00
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
## Staging End
## Prod
2018-12-04 03:24:56 +00:00
Host planswell.prod.jumpbox
IdentityFile ~/.ssh/ahosking
2018-12-24 06:41:44 +00:00
Hostname 52.60.47.105
2018-12-04 03:24:56 +00:00
Host planswell.prod.dockerbox
IdentityFile ~/.ssh/ahosking
2018-12-24 06:41:44 +00:00
Hostname 10.0.1.40
2018-12-04 03:24:56 +00:00
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
2018-12-24 06:41:44 +00:00
Host planswell.prod.utils
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.44
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
2019-03-27 15:09:00 +00:00
Host planswell.prod.kafka0
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.65
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
Host planswell.prod.kafka1
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.66
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
Host planswell.prod.kafka2
IdentityFile ~/.ssh/ahosking
Hostname 10.0.1.67
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
2018-12-24 06:41:44 +00:00
## 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
2018-12-04 03:24:56 +00:00
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
2019-03-27 15:09:00 +00:00
Host planswell.sunlife.utils
IdentityFile ~/.ssh/ahosking
Hostname 10.10.38.26
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
2018-12-04 03:24:56 +00:00
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
2018-12-04 03:31:36 +00:00
2019-03-27 15:09:00 +00:00
Host planswell.sunlife.prod.docker1
IdentityFile ~/.ssh/ahosking
Hostname 10.11.38.27
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
2018-12-04 03:31:36 +00:00
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
2018-12-04 03:24:56 +00:00
###