summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-07-22 14:47:19 -0400
committerScott Moser <smoser@ubuntu.com>2015-07-22 14:47:19 -0400
commit8f37f2755d7e1ab9a6537bb7faa68df142cc99e4 (patch)
tree60c28856dc79b68c7e1ee99a13064e0db5d7663c /ChangeLog
parent201cc6d5505d088b2143cc881babc153c9f6d5c4 (diff)
parent4c799192a9d3132da0138e1adb640a9ab7e191b0 (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6980eb0..77b22d5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)