From 28c9c389765fa184d3aa0e68f1ec4fc231b08f0c Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Wed, 20 Apr 2016 10:15:15 +0300 Subject: [PATCH] - Removed FDNA GitHub SSH config, added Bitbucket and BCH staging machines. --- .ssh/config.d/20_fdna | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index c287d33..acb7195 100644 --- a/.ssh/config.d/20_fdna +++ b/.ssh/config.d/20_fdna @@ -10,15 +10,27 @@ HostName git.face2gene.com User git IdentityFile ~/.ssh/fdna -Host fdna-github.com -HostName github.com -User git -IdentityFile ~/.ssh/fdna - Host bch.face2gene.com HostName bch.face2gene.com User face2gene IdentityFile ~/.ssh/fdna_bch +Host dockerize +HostName ec2-54-209-41-40.compute-1.amazonaws.com +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + +Host bch-docker-staging +HostName ec2-52-90-72-4.compute-1.amazonaws.com +User nimrod +IdentityFile ~/.ssh/fdna +ProxyCommand ssh ns1 nc %h %p + +Host bitbucket.org +HostName bitbucket.org +User git +IdentityFile ~/.ssh/fdna + Host *.face2gene.com User fdna_srv -- GitLab