Update SSH with Planswell Kafka
This commit is contained in:
parent
1f4cb1363d
commit
93cde31a01
@ -25,7 +25,9 @@ host home-server
|
|||||||
host plex
|
host plex
|
||||||
hostname 192.168.1.16
|
hostname 192.168.1.16
|
||||||
user ahosking
|
user ahosking
|
||||||
|
host 192.168.1.13
|
||||||
|
user ahosking
|
||||||
|
identityFile ~/.ssh/ahosking
|
||||||
host 192.168.1.14
|
host 192.168.1.14
|
||||||
user ahoskingit
|
user ahoskingit
|
||||||
host 192.168.1.18
|
host 192.168.1.18
|
||||||
|
3
.ssh/config.d/indigo
Normal file
3
.ssh/config.d/indigo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Host indigo.bitbucket.org
|
||||||
|
HostName bitbucket.org
|
||||||
|
IdentityFile ~/.ssh/indigo
|
@ -15,7 +15,22 @@ Host planswell.stage.dockerbox
|
|||||||
|
|
||||||
Host planswell.stage.utils
|
Host planswell.stage.utils
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 172.36.2.123
|
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
|
||||||
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
ProxyCommand ssh -W %h:%p planswell.stage.jumpbox
|
||||||
## Staging End
|
## Staging End
|
||||||
|
|
||||||
@ -33,6 +48,21 @@ Host planswell.prod.utils
|
|||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 10.0.1.44
|
Hostname 10.0.1.44
|
||||||
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
ProxyCommand ssh -W %h:%p planswell.prod.jumpbox
|
||||||
|
|
||||||
|
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
|
||||||
## Prod End
|
## Prod End
|
||||||
|
|
||||||
Host planswell.prod.jumpbox.old
|
Host planswell.prod.jumpbox.old
|
||||||
@ -73,6 +103,11 @@ Host planswell.sunlife.docker1
|
|||||||
Hostname 10.10.38.24
|
Hostname 10.10.38.24
|
||||||
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
|
||||||
|
|
||||||
|
Host planswell.sunlife.utils
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.10.38.26
|
||||||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox
|
||||||
|
|
||||||
Host planswell.sunlife.prod.jumpbox
|
Host planswell.sunlife.prod.jumpbox
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 52.60.128.70
|
Hostname 52.60.128.70
|
||||||
@ -82,6 +117,11 @@ Host planswell.sunlife.prod.docker
|
|||||||
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.docker1
|
||||||
|
IdentityFile ~/.ssh/ahosking
|
||||||
|
Hostname 10.11.38.27
|
||||||
|
ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox
|
||||||
|
|
||||||
Host planswell.sunlife.prod.utils
|
Host planswell.sunlife.prod.utils
|
||||||
IdentityFile ~/.ssh/ahosking
|
IdentityFile ~/.ssh/ahosking
|
||||||
Hostname 10.11.38.29
|
Hostname 10.11.38.29
|
||||||
|
Loading…
Reference in New Issue
Block a user