From ce5e27fdf737242aa9bbaa091ff40d3b707761ea Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 3 Dec 2018 22:31:36 -0500 Subject: [PATCH] Add Planswell utils boxes --- .ssh/config.d/lyrical_planswell | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.ssh/config.d/lyrical_planswell b/.ssh/config.d/lyrical_planswell index 3e42436..af49e0b 100644 --- a/.ssh/config.d/lyrical_planswell +++ b/.ssh/config.d/lyrical_planswell @@ -12,6 +12,11 @@ Host planswell.prod.dockerbox Hostname 10.0.1.218 ProxyCommand ssh -W %h:%p planswell.prod.jumpbox +Host planswell.prod.utils + IdentityFile ~/.ssh/ahosking + Hostname 10.0.1.232 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.prod.jumpbox + Host 172.36.* IdentityFile ~/.ssh/ahosking ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox @@ -49,4 +54,9 @@ 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 + +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 ###