diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore
index d32b4d33d57fc4653eccdfd2cd6dc89a75e660ef..42278b4648b08c1fe632fb8a2e652bc7e70498bb 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -16,18 +16,10 @@ IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 ProxyCommand ssh ns1 nc %h %p
 
-Host web1
-HostName web1.trusted
-ProxyCommand ssh ns1 nc %h %p
-User nimrod
-IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_rsa
-
 Host ns2
 HostName ns2.shore.co.il
 User admin
 DynamicForward 9999
-ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
@@ -38,13 +30,11 @@ User nimrod
 IdentityFile ~/.ssh/shore_ecdsa
 IdentityFile ~/.ssh/shore_rsa
 
-Host gitolite.Ansible.vagrant
-IdentityFile ~/.ssh/shore_rsa
-
 Host ns3
 HostName ns3.shore.co.il
 User root
 IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rsa
 DynamicForward 8081
 
 Host host01
@@ -52,12 +42,12 @@ HostName host01.trusted
 User nimrod
 ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rsa
 
 Host wdr4300
 HostName wdr4300.trusted
 User root
 ProxyCommand ssh ns1 nc %h %p
 IdentityFile ~/.ssh/shore_ecdsa
-IdentityFile ~/.ssh/shore_ecdsa
+IdentityFile ~/.ssh/shore_rssa
 LocalForward 8082 localhost:80