Commit 40fba9c6 authored by Adar Nimrod's avatar Adar Nimrod
Browse files

- Removed FDNA GitHub SSH config, added Bitbucket and BCH staging machines.

parent 8e086336
Loading
Loading
Loading
Loading
+17 −5
Original line number Diff line number Diff line
@@ -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