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 37fb789..5e21539 100644 --- a/dotfiles/.ssh/config +++ b/dotfiles/.ssh/config @@ -28,3 +28,9 @@ Host chef HostName 192.168.1.172 User root ForwardAgent yes + +Host gitlab.vhlcentral.com + ProxyCommand ssh hydra -W 38.88.209.21:22 + +Host 10.0.* + ServerAliveInterval 60 |