From: Tobias Brunner Date: Thu, 20 Sep 2018 14:16:49 +0000 (+0200) Subject: testing: Remove unused/inexistent DSA key from sshd config X-Git-Tag: 5.7.2dr4~18^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e39b1db0a887ed3b8101577ac30e16c5cc4d1cc;p=thirdparty%2Fstrongswan.git testing: Remove unused/inexistent DSA key from sshd config --- diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index 23fed4ed03..cc6f435419 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