summaryrefslogtreecommitdiff
path: root/dotfiles/.ssh
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 10:00:09 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 10:00:09 -0400
commitf0e7bc14ab6f77eb35d7f3bfb0fe1440d4428e8e (patch)
tree1810b2853fcaec6b9b1c2b5e630060a23e978a42 /dotfiles/.ssh
parent8dc62550ce4220aca473b9e377e8c9c9cd340881 (diff)
Big ol' backlog of previously uncommitted changes.
Diffstat (limited to 'dotfiles/.ssh')
-rw-r--r--dotfiles/.ssh/config26
1 files changed, 26 insertions, 0 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config
index 9a16ff1..8a7d9fe 100644
--- a/dotfiles/.ssh/config
+++ b/dotfiles/.ssh/config
@@ -14,6 +14,10 @@ Host aigis
HostName 192.168.1.222
User dave
+Host takemi
+ HostName dthompson.us
+ User dave
+
Host vhl
User dthompson
ProxyCommand ssh dthompson@hydra.vistahl.com -W 7VWJD42.vhl.dom:22
@@ -47,6 +51,18 @@ Host aws-dev
HostName bastion.dev.vhlcentral.com
ForwardAgent yes
+Host aws-qa
+ HostName bastion.qa.vhlcentral.com
+ ForwardAgent yes
+
+Host aws-store
+ HostName store-bastion.ci.vistahigherlearning.com
+ ForwardAgent yes
+
+Host aws-susa
+ HostName bastion2.santillanausa.com
+ ForwardAgent yes
+
Host *.dev.vhlcentral.internal
ProxyCommand ssh aws-dev -W %h:22
ForwardAgent yes
@@ -61,6 +77,9 @@ Host 10.50.*
Host 10.30.*
ProxyCommand ssh aws-prod -W %h:22
+Host 10.31.*
+ ProxyCommand ssh aws-susa -W %h:22
+
Host 10.60.*
ProxyCommand ssh aws-dev -W %h:22
ForwardAgent yes
@@ -68,3 +87,10 @@ Host 10.60.*
Host 10.61.*
ProxyCommand ssh aws-mumbai-dev -W %h:22
ForwardAgent yes
+
+Host 10.63.*
+ ProxyCommand ssh aws-qa -W %h:22
+ ForwardAgent yes
+
+Host 10.41.*
+ ProxyCommand ssh aws-store -W %h:22