From fdc9895270ea0f1117217ca48bf67a96c508402b Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <christian.elberfeld@adesso.de>
Date: Mon, 29 Mar 2021 21:14:30 +0200
Subject: [PATCH] removed ssh dsa hostkey

---
 all/common/templates/sshd_config.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/all/common/templates/sshd_config.j2 b/all/common/templates/sshd_config.j2
index 76a182ec..4bafc940 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
-- 
GitLab