Add ed25519 support for EL7

ed25519 support was added in RH7.1
This commit is contained in:
Matt Willsher 2015-08-25 17:58:17 +01:00
parent 10a5a155f7
commit 20c07b3178

View file

@ -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