diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-03 09:31:48 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-03 09:31:48 -0400 |
commit | b31da41c150101bc948f2884ad7f495bc9422415 (patch) | |
tree | 053dff124c435939fd143ae65edb17d72ff0e313 | |
parent | 1a7bac64ae8729197fc07afa851bcce0bc44e979 (diff) |
Update SSH config.
-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 |