Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 9e85454

Browse files
committed
Remove DSA from SSH host keys to match https://github.com/dev-sec/ssh-baseline profile
1 parent 99e063e commit 9e85454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ssh_client_ports: ['22'] # ssh
3030
ssh_listen_to: ['0.0.0.0'] # sshd
3131

3232
# Host keys to look for when starting sshd.
33-
ssh_host_key_files: ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_dsa_key', '/etc/ssh/ssh_host_ecdsa_key'] # sshd
33+
ssh_host_key_files: ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_ecdsa_key'] # sshd
3434

3535
# Specifies the maximum number of authentication attempts permitted per connection. Once the number of failures reaches half this value, additional failures are logged.
3636
ssh_max_auth_retries: 2

0 commit comments

Comments
 (0)