From 75abb4cefdde1903eb637a8cabd35c50d6ab2cd0 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 24 Dec 2018 01:41:44 -0500 Subject: [PATCH] Update for Planswell infra changes --- .ssh/config | 13 ++++++++++- .ssh/config.d/lyrical_planswell | 38 ++++++++++++++++++++++++++++++--- 2 files changed, 47 insertions(+), 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index f6478a9..37e0bbe 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,3 +1,14 @@ ### Master SSH Config - +#Host default +# HostName 127.0.0.1 +# User vagrant +# Port 2222 +# UserKnownHostsFile /dev/null +# StrictHostKeyChecking no +# PasswordAuthentication no +# IdentityFile /home/ahosking/depos/planswell/maws.vagrants/planswell/jumpbox/.vagrant/machines/default/virtualbox/private_key +# IdentitiesOnly yes +# LogLevel FATAL +# +# Include config.d/* diff --git a/.ssh/config.d/lyrical_planswell b/.ssh/config.d/lyrical_planswell index 3e42436..3a92bb8 100644 --- a/.ssh/config.d/lyrical_planswell +++ b/.ssh/config.d/lyrical_planswell @@ -1,17 +1,49 @@ ## Planswell -Host planswell.jumpbox +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 35.182.200.193 + Hostname 52.60.47.105 Host planswell.prod.dockerbox IdentityFile ~/.ssh/ahosking - Hostname 10.0.1.218 + 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