diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-09 13:29:37 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-09 13:29:37 -0400 |
commit | c221736707909276780390a71d70ba22432d4213 (patch) | |
tree | 9222720a1e6ef05cc0e2faa796dd7c58e41cc9bc | |
parent | 65c55702cb6104cc7cd426cf03546727743b1fc5 (diff) |
ssh: Add vhltunnel config.
-rw-r--r-- | dotfiles/.ssh/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config index 87f8922..2a584dc 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -11,6 +11,12 @@ Host vhl User dthompson ForwardAgent yes +Host vhltunnel + HostName localhost + Port 1234 + User dthompson + ForwardAgent yes + Host chef HostName 192.168.1.172 User root |