From 2e39b1db0a887ed3b8101577ac30e16c5cc4d1cc Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 20 Sep 2018 16:16:49 +0200 Subject: [PATCH] testing: Remove unused/inexistent DSA key from sshd config --- testing/hosts/default/etc/ssh/sshd_config | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index 23fed4ed0..cc6f43541 100644 --- a/testing/hosts/default/etc/ssh/sshd_config +++ b/testing/hosts/default/etc/ssh/sshd_config @@ -2,7 +2,6 @@ Port 22 Protocol 2 Ciphers aes128-gcm@openssh.com HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key UsePrivilegeSeparation no PermitRootLogin yes