summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-06-17 11:40:41 -0400
committerScott Moser <smoser@ubuntu.com>2011-06-17 11:40:41 -0400
commit7017bf0b14824dfe11c971f0f67f26ac4977ed87 (patch)
tree49e1a1e63c499df9a93d8b5823dea824d08f78bf /ChangeLog
parent971b5878c2699b2b48d7ab7a5e6983d90df4ce84 (diff)
downloadvyos-cloud-init-7017bf0b14824dfe11c971f0f67f26ac4977ed87.tar.gz
vyos-cloud-init-7017bf0b14824dfe11c971f0f67f26ac4977ed87.zip
read authorized_keys location from sshd_config (LP: #731849)
LP: #785542
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08277222..c5d3f79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@
- make fstab fields used to 'fill in' shorthand entries configurable
This means you do not have to have 'nobootwait' in the values
(LP: #785542)
+ - read /etc/ssh/sshd_config for AuthorizedKeysFile rather than
+ assuming ~/.ssh/authorized_keys (LP: #731849)
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