diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-06-17 11:40:41 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-06-17 11:40:41 -0400 |
commit | 7017bf0b14824dfe11c971f0f67f26ac4977ed87 (patch) | |
tree | 49e1a1e63c499df9a93d8b5823dea824d08f78bf /ChangeLog | |
parent | 971b5878c2699b2b48d7ab7a5e6983d90df4ce84 (diff) | |
download | vyos-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |