diff --git a/.ssh/config.d/home b/.ssh/config.d/home index 56f835c..37318a1 100644 --- a/.ssh/config.d/home +++ b/.ssh/config.d/home @@ -25,7 +25,9 @@ host home-server host plex hostname 192.168.1.16 user ahosking - +host 192.168.1.13 + user ahosking + identityFile ~/.ssh/ahosking host 192.168.1.14 user ahoskingit host 192.168.1.18 diff --git a/.ssh/config.d/indigo b/.ssh/config.d/indigo new file mode 100644 index 0000000..b24394e --- /dev/null +++ b/.ssh/config.d/indigo @@ -0,0 +1,3 @@ +Host indigo.bitbucket.org + HostName bitbucket.org + IdentityFile ~/.ssh/indigo diff --git a/.ssh/config.d/lyrical_planswell b/.ssh/config.d/lyrical_planswell index 17657af..394095b 100644 --- a/.ssh/config.d/lyrical_planswell +++ b/.ssh/config.d/lyrical_planswell @@ -15,7 +15,22 @@ Host planswell.stage.dockerbox Host planswell.stage.utils 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 ## Staging End @@ -33,6 +48,21 @@ Host planswell.prod.utils IdentityFile ~/.ssh/ahosking Hostname 10.0.1.44 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 Host planswell.prod.jumpbox.old @@ -73,6 +103,11 @@ Host planswell.sunlife.docker1 Hostname 10.10.38.24 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 IdentityFile ~/.ssh/ahosking Hostname 52.60.128.70 @@ -82,6 +117,11 @@ Host planswell.sunlife.prod.docker Hostname 10.11.38.26 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 IdentityFile ~/.ssh/ahosking Hostname 10.11.38.29