From 34fd0b245b5e7d4e1f6d83a52a6ba26a6867af03 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 26 Feb 2019 15:35:52 +0200 Subject: [PATCH] Endless SF jump host. --- .ssh/config.d/20_endless | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ssh/config.d/20_endless b/.ssh/config.d/20_endless index 3e22e88..030a5a8 100644 --- a/.ssh/config.d/20_endless +++ b/.ssh/config.d/20_endless @@ -13,3 +13,6 @@ ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p Host appupdates.endlessm.com irc.endlessm.com status.endlessm.com Port 2200 ProxyCommand ssh vpn-router.uw2.endlessm.com -W %h:%p + +Host vpn-router.sf.endlessm.com +Port 2022 -- GitLab