From 3029fbefefa1b0ff2488d7739a129a940e799dd5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 5 Dec 2020 18:57:07 +0200
Subject: [PATCH] Fix SSH config for git.shore.co.il.

It didn't proxy through ns1, only worked from inside the home network.
---
 .ssh/config.d/20_shore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index c014a45..a858be5 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -2,7 +2,7 @@
 # vim:ft=sshconfig
 # shore.co.il infrastructure
 
-Host cgit.shore.co.il host01.shore.co.il kodi.shore.co.il ea6350.shore.co.il
+Host cgit.shore.co.il host01.shore.co.il kodi.shore.co.il ea6350.shore.co.il git.shore.co.il
 ProxyCommand ssh ns1.shore.co.il -W %h:%p
 
 Host host01.shore.co.il ns4.shore.co.il
-- 
GitLab