summaryrefslogtreecommitdiff
path: root/dotfiles/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.ssh/config')
-rw-r--r--dotfiles/.ssh/config79
1 files changed, 69 insertions, 10 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config
index 5e21539..cfd9282 100644
--- a/dotfiles/.ssh/config
+++ b/dotfiles/.ssh/config
@@ -1,10 +1,10 @@
-Host cygnus
- HostName 54.84.181.152
- User dthompson
- Port 667
+# Host cygnus
+# HostName 54.84.181.152
+# User dthompson
+# Port 667
-Host 172.*
- ProxyCommand ssh cygnus -W %h:667
+# Host 172.*
+# ProxyCommand ssh cygnus -W %h:667
Host dthompson
HostName dthompson.us
@@ -25,12 +25,71 @@ Host vhltunnel
ForwardAgent yes
Host chef
- HostName 192.168.1.172
- User root
- ForwardAgent yes
+ HostName 10.0.249.202
+ User ubuntu
Host gitlab.vhlcentral.com
- ProxyCommand ssh hydra -W 38.88.209.21:22
+ ProxyCommand ssh hydra -W 38.88.209.21:22
Host 10.0.*
ServerAliveInterval 60
+
+Host calypso
+ HostName 10.30.250.42
+ ProxyCommand ssh aws-prod -W %h:22
+
+Host berkshelf
+ HostName 10.0.250.212
+ User ubuntu
+
+Host aws-prod
+ HostName virginia-bastion.maestro.vhlcentral.com
+ ForwardAgent yes
+
+Host aws-staging
+ HostName bastion.ms.vhlcentral.com
+ ForwardAgent yes
+
+Host aws-dev
+ HostName bastion.dev.vhlcentral.com
+ ForwardAgent yes
+
+Host aws-mumbai-dev
+ HostName mumbai-bastion.dev.vhlcentral.com
+ ForwardAgent yes
+
+Host aws-dev
+ HostName bastion.dev.vhlcentral.com
+ ForwardAgent yes
+
+Host *.dev.vhlcentral.internal
+ ProxyCommand ssh aws-dev -W %h:22
+ ForwardAgent yes
+
+Host *.production.vhlcentral.internal
+ ProxyCommand ssh aws-prod -W %h:22
+ ForwardAgent yes
+
+Host 10.50.*
+ ProxyCommand ssh aws-staging -W %h:22
+
+Host 10.30.*
+ ProxyCommand ssh aws-prod -W %h:22
+
+Host 10.60.*
+ ProxyCommand ssh aws-dev -W %h:22
+ ForwardAgent yes
+
+Host 10.61.*
+ ProxyCommand ssh aws-mumbai-dev -W %h:22
+ ForwardAgent yes
+
+Host ldap-production
+ HostName 10.30.14.1
+ ProxyCommand ssh bastion16.maestro.vhlcentral.com -W %h:22
+
+Host bastion-recovery
+ HostName 10.30.51.105
+ User ubuntu
+ ProxyCommand ssh aws-prod -W %h:22
+ IdentityFile /home/dthompson/.ssh/aws