diff --git a/all/common/templates/sshd_config.j2 b/all/common/templates/sshd_config.j2
index 76a182ec513c61df2db352f3dea28c21f567aba5..4bafc9405b8f66f74e82360018236bc7ea2574b9 100644
--- a/all/common/templates/sshd_config.j2
+++ b/all/common/templates/sshd_config.j2
@@ -16,7 +16,6 @@ Port {{ port }}
 Protocol 2
 # HostKeys for protocol version 2
 HostKey /etc/ssh/ssh_host_rsa_key
-HostKey /etc/ssh/ssh_host_dsa_key
 HostKey /etc/ssh/ssh_host_ecdsa_key
 HostKey /etc/ssh/ssh_host_ed25519_key
 #Privilege Separation is turned on for security