diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-07-22 14:47:19 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-07-22 14:47:19 -0400 |
commit | 8f37f2755d7e1ab9a6537bb7faa68df142cc99e4 (patch) | |
tree | 60c28856dc79b68c7e1ee99a13064e0db5d7663c /ChangeLog | |
parent | 201cc6d5505d088b2143cc881babc153c9f6d5c4 (diff) | |
parent | 4c799192a9d3132da0138e1adb640a9ab7e191b0 (diff) | |
download | vyos-cloud-init-8f37f2755d7e1ab9a6537bb7faa68df142cc99e4.tar.gz vyos-cloud-init-8f37f2755d7e1ab9a6537bb7faa68df142cc99e4.zip |
fixes bug: https://launchpad.net/bugs/1461242
ssh: generate ed25519 host keys if supported
now we attempt to generate ed25519 host keys.
If ssh-keygen does not support it, a debug log message will be written.
LP: #1461242
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ - cc_growpart: fix specification of 'devices' list (LP: #1465436) - CloudStack: fix password setting on cloudstack > 4.5.1 (LP: #1464253) - GCE: fix determination of availability zone (LP: #1470880) + - ssh: generate ed25519 host keys (LP: #1461242) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |