From 91440b743a76e87fc7e20409a51030a5a7d2f9b1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 18 Oct 2016 16:55:34 +0300 Subject: [PATCH] - Removed servers that were decomissioned, added app.fdna.com. --- .ssh/config.d/20_fdna | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index f69c699..e535d64 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -1,10 +1,5 @@ # FDNA -Host gitlab.face2gene.com -HostName gitlab.face2gene.com -User git -IdentityFile ~/.ssh/fdna - Host git.face2gene.com HostName git.face2gene.com User git @@ -15,19 +10,6 @@ HostName bch.face2gene.com User face2gene IdentityFile ~/.ssh/fdna_bch -Host dockerize -HostName ec2-54-164-137-42.compute-1.amazonaws.com -User nimrod -IdentityFile ~/.ssh/fdna -ProxyCommand ssh ns1 nc %h %p - -Host bch-docker-staging -HostName ec2-52-87-196-99.compute-1.amazonaws.com -User nimrod -IdentityFile ~/.ssh/fdna -ProxyCommand ssh ns1 nc %h %p -LocalForward 8000 localhost:8000 - Host bitbucket.org HostName bitbucket.org User git @@ -162,3 +144,9 @@ ProxyCommand ssh ns1 nc %h %p Host *.face2gene.com User fdna_srv + +Host app.fdna.com +HostName app.fdna.com +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p -- GitLab