Skip to content
Snippets Groups Projects
Commit 70d15a3f authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Remove DSA key from debian sshd.

DSA keys are purged in profiles::ssh_host_keys, meaning that this
continiusly errors.
parent 01d606ec
No related branches found
No related tags found
No related merge requests found
Pipeline #919 failed
...@@ -8,7 +8,6 @@ Port 22 ...@@ -8,7 +8,6 @@ Port 22
Protocol 2 Protocol 2
# HostKeys for protocol version 2 # HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key 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_ecdsa_key
#Privilege Separation is turned on for security #Privilege Separation is turned on for security
UsePrivilegeSeparation yes UsePrivilegeSeparation yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment