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

Commit 997bba6

Browse files
authored
Merge pull request #96 from techraf/add-ed25519-host-key
Add Ed25519 SSH host key to match commit 28b4df3 in ssh-baseline
2 parents 45a464b + 23a4572 commit 997bba6

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_ecdsa_key'] # sshd
33+
ssh_host_key_files: ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_ecdsa_key', '/etc/ssh/ssh_host_ed25519_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)