summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2016-09-12 11:33:52 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-01-28 16:22:22 -0500
commitcef3112ca60c0bdd30e9d5f6e090479b19b02366 (patch)
tree3bed88bc89c3ba567e54273a6d8373da32ab4dc0
parente9c469fa6327ca0b8d9581b944649c0a48da94b4 (diff)
ssh: Add VHL gitlab config.
-rw-r--r--dotfiles/.ssh/config6
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