summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-07-22 14:26:44 -0400
committerScott Moser <smoser@ubuntu.com>2015-07-22 14:26:44 -0400
commit17e055018349c1813dffb04b0434b18c94dd7d3d (patch)
tree97fedb6942f3a68e9ad5817dfe00b7f6d3101b87 /ChangeLog
parent201cc6d5505d088b2143cc881babc153c9f6d5c4 (diff)
parent4c799192a9d3132da0138e1adb640a9ab7e191b0 (diff)
downloadvyos-cloud-init-17e055018349c1813dffb04b0434b18c94dd7d3d.tar.gz
vyos-cloud-init-17e055018349c1813dffb04b0434b18c94dd7d3d.zip
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)