diff --git a/.ssh/config.d/20_fdna b/.ssh/config.d/20_fdna index c287d333a047d3a832efd976d10227a5afc03d8e..acb7195c180c40afccadbaabee365054fd5a5b12 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