From d4a6572680c5a2eee9c1a31df005eb35f016c1fa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 13 Apr 2017 21:54:31 +0300
Subject: [PATCH] - Use FQDN inside the shore.co.il homelab.

---
 .ssh/config.d/20_shore | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index 1f2b39b..7b98108 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -2,14 +2,14 @@
 
 Host ns1.shore.co.il www.shore.co.il
 HostName ns1.shore.co.il
-LocalForward 9091 xbmc.trusted:9091
+LocalForward 9091 xbmc.shore.co.il:9091
 DynamicForward 8080
 User nimrod
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
 Host xbmc.shore.co.il
-HostName xbmc.trusted
+HostName xbmc.shore.co.il
 User nimrod
 ForwardX11 yes
 IdentityFile ~/.ssh/shore_ecdsa
@@ -24,7 +24,7 @@ IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
 Host cgit.shore.co.il
-HostName cgit.trusted
+HostName cgit.shore.co.il
 ProxyCommand ssh ns1.shore.co.il nc %h %p
 User nimrod
 IdentityFile ~/.ssh/shore_ecdsa
@@ -38,14 +38,14 @@ IdentityFile ~/.ssh/shore_rsa
 DynamicForward 8081
 
 Host host01.shore.co.il
-HostName host01.trusted
+HostName host01.shore.co.il
 User nimrod
 ProxyCommand ssh ns1.shore.co.il nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
 Host wdr4300.shore.co.il
-HostName wdr4300.trusted
+HostName wdr4300.shore.co.il
 User root
 ProxyCommand ssh ns1.shore.co.il nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
-- 
GitLab