diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-18 09:51:35 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-08-18 09:51:35 -0400 |
commit | 3a14f9b4fec5957b31ce0120d68c04d3c160da94 (patch) | |
tree | 83983cfd0541166e6b98c47220ca543c520a70b4 | |
parent | 05ee689d9ef827cf366ec415354ec092ed5a9e9b (diff) |
ssh: Update vhl config.
-rw-r--r-- | dotfiles/.ssh/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config index 69d6717..37fb789 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -15,9 +15,8 @@ Host aigis User dave Host vhl - HostName hydra.vistahl.com User dthompson - ForwardAgent yes + ProxyCommand ssh dthompson@hydra.vistahl.com -W 7VWJD42.vhl.dom:22 Host vhltunnel HostName localhost |