From b31da41c150101bc948f2884ad7f495bc9422415 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 3 May 2021 09:31:48 -0400 Subject: Update SSH config. --- dotfiles/.ssh/config | 25 ------------------------- 1 file changed, 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 -- cgit v1.2.3