mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 09:40:18 +01:00
Add ed25519 support for EL7
ed25519 support was added in RH7.1
This commit is contained in:
parent
10a5a155f7
commit
20c07b3178
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ sshd_defaults:
|
|||
HostKey:
|
||||
- /etc/ssh/ssh_host_rsa_key
|
||||
- /etc/ssh/ssh_host_ecdsa_key
|
||||
- /etc/ssh/ssh_host_ed25519_key
|
||||
SyslogFacility: AUTHPRIV
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
PasswordAuthentication: yes
|
||||
|
|
Loading…
Reference in a new issue