Skip to content
Snippets Groups Projects
Commit 28c9c389 authored by nimrod's avatar nimrod
Browse files

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

parent c9ff0212
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,27 @@ HostName git.face2gene.com ...@@ -10,15 +10,27 @@ HostName git.face2gene.com
User git User git
IdentityFile ~/.ssh/fdna IdentityFile ~/.ssh/fdna
Host fdna-github.com
HostName github.com
User git
IdentityFile ~/.ssh/fdna
Host bch.face2gene.com Host bch.face2gene.com
HostName bch.face2gene.com HostName bch.face2gene.com
User face2gene User face2gene
IdentityFile ~/.ssh/fdna_bch 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 Host *.face2gene.com
User fdna_srv User fdna_srv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment