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