From f63e1120745fee54e5e98683e3bc5b6bdb2ec310 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 11 Dec 2015 18:08:15 +0200
Subject: [PATCH] Host, not HostName.

---
 .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 21fe2d6..3cacef6 100644
--- a/.ssh/config.d/20_shore
+++ b/.ssh/config.d/20_shore
@@ -32,5 +32,5 @@ ProxyCommand ssh ns1 nc %h %p
 User nimrod
 IdentityFile ~/.ssh/shore_rsa
 
-HostName gitolite.Ansible.vagrant
+Host gitolite.Ansible.vagrant
 IdentityFile ~/.ssh/shore_rsa
-- 
GitLab