From ece8bc296e8c0013056d80d5775458da36b96b8d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 31 Mar 2016 08:38:11 +0300 Subject: [PATCH] - Added FDNA Gitolite repo SSH host. --- .ssh/config.d/20_fdna | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index 84996a3..fc7bda3 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -8,6 +8,11 @@ HostName gitlab.face2gene.com User git IdentityFile ~/.ssh/fdna +Host git.face2gene.com +HostName git.face2gene.com +User git +IdentityFile ~/.ssh/fdna + Host fdna-github.com HostName github.com User git -- GitLab