diff options
-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 |