diff options
-rw-r--r-- | dotfiles/.ssh/config | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config index 8a7d9fe..98c6f19 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -6,31 +6,10 @@ # Host 172.* # ProxyCommand ssh cygnus -W %h:667 -Host dthompson - HostName dthompson.us - User dave - -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 - -Host vhltunnel - HostName localhost - Port 1234 - User dthompson - ForwardAgent yes - -Host gitlab.vhlcentral.com - ProxyCommand ssh hydra -W 38.88.209.21:22 - Host aws-prod HostName virginia-bastion.maestro.vhlcentral.com ForwardAgent yes @@ -88,9 +67,5 @@ 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 |