summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-06-17 10:51:08 -0400
committerScott Moser <smoser@ubuntu.com>2011-06-17 10:51:08 -0400
commita8cd78271c23e13f178aa0d1ee90f8ae5ff640f4 (patch)
treeecff8db95b9d59da314c85a75b0cb25cc4ced531
parent94a1a2ff1a1408a4c4b70ed5cb5059c5ff6f2b8b (diff)
downloadvyos-cloud-init-a8cd78271c23e13f178aa0d1ee90f8ae5ff640f4.tar.gz
vyos-cloud-init-a8cd78271c23e13f178aa0d1ee90f8ae5ff640f4.zip
mention previous commit in ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9472bd50..0da5f92b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
- support disabling byobu in cloud-config
- run cc_ssh as a cloud-init module so it is guaranteed to run before
ssh starts (LP: #781101)
+ - make prefix for keys added to /root/.ssh/authorized_keys configurable
+ and add 'no-port-forwarding,no-agent-forwarding,no-X11-forwarding'
+ to the default (LP: #798505)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf