Add ed25519 key to default Fedora.yml

Currently only supported Fedora distributions are 22 and 23, and they both ship openssh 7.1p1 which supports all 'rsa', 'ecdsa' and 'ed25519' keys, turn them on by default.
This commit is contained in:
Martin Stefany 2016-01-09 16:27:35 +01:00
parent b3df4fae54
commit 32de8c803a

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