summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-08-29 12:08:09 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-08-29 12:08:09 -0400
commitcb86abbb5f8be45d894bb9e2a9b5e6f2484432b8 (patch)
tree7996722e18fb7d21c34fd192b06c2f74ce256665
parent068ebe3ea04e3d6c0fe57e2c3986e015f3e03f31 (diff)
Update ssh config.
-rw-r--r--dotfiles/.ssh/config48
1 files changed, 36 insertions, 12 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config
index 98c6f19..9cd0152 100644
--- a/dotfiles/.ssh/config
+++ b/dotfiles/.ssh/config
@@ -13,59 +13,83 @@ Host takemi
Host aws-prod
HostName virginia-bastion.maestro.vhlcentral.com
ForwardAgent yes
+ User dthompson
Host aws-staging
HostName bastion.ms.vhlcentral.com
ForwardAgent yes
-
-Host aws-dev
- HostName bastion.dev.vhlcentral.com
- ForwardAgent yes
+ User dthompson
Host aws-mumbai-dev
HostName mumbai-bastion.dev.vhlcentral.com
ForwardAgent yes
+ User dthompson
Host aws-dev
HostName bastion.dev.vhlcentral.com
ForwardAgent yes
+ User dthompson
Host aws-qa
HostName bastion.qa.vhlcentral.com
ForwardAgent yes
+ User dthompson
Host aws-store
HostName store-bastion.ci.vistahigherlearning.com
ForwardAgent yes
+ User dthompson
Host aws-susa
HostName bastion2.santillanausa.com
ForwardAgent yes
+ User dthompson
Host *.dev.vhlcentral.internal
ProxyCommand ssh aws-dev -W %h:22
ForwardAgent yes
+ User dthompson
Host *.production.vhlcentral.internal
- ProxyCommand ssh aws-prod -W %h:22
- ForwardAgent yes
+ ProxyCommand ssh aws-prod -W %h:22
+ ForwardAgent yes
+ User dthompson
Host 10.50.*
ProxyCommand ssh aws-staging -W %h:22
+ User dthompson
+
+Host aws-prod
+ HostName virginia-bastion.maestro.vhlcentral.com
+ ForwardAgent yes
+ User dthompson
Host 10.30.*
- ProxyCommand ssh aws-prod -W %h:22
+ ProxyCommand ssh aws-prod -W %h:22
+ ForwardAgent yes
+ User dthompson
Host 10.31.*
- ProxyCommand ssh aws-susa -W %h:22
+ ProxyCommand ssh aws-susa -W %h:22
+ ForwardAgent yes
+ User dthompson
Host 10.60.*
- ProxyCommand ssh aws-dev -W %h:22
- ForwardAgent yes
+ ProxyCommand ssh aws-dev -W %h:22
+ ForwardAgent yes
+ User dthompson
Host 10.61.*
- ProxyCommand ssh aws-mumbai-dev -W %h:22
- ForwardAgent yes
+ ProxyCommand ssh aws-mumbai-dev -W %h:22
+ ForwardAgent yes
+ User dthompson
+
+Host 10.63.*
+ ProxyCommand ssh aws-qa -W %h:22
+ ForwardAgent yes
+ User dthompson
Host 10.41.*
ProxyCommand ssh aws-store -W %h:22
+ ForwardAgent yes
+ User dthompson