diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index 33c5e214980018d3f81c9aeb52df559c07a782c4..b61ba88ade005bb17b9f0899666d21596e50312b 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -2,8 +2,11 @@
 # vim:ft=sshconfig
 # shore.co.il infrastructure
 
+Host ns1.shore.co.il
+    Port 443
+
 Host 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
+    ProxyCommand ssh -p 443 ns1.shore.co.il -W %h:%p
 
 Host host01.shore.co.il ns4.shore.co.il
     LocalForward 9090 localhost:9090