summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-01 16:46:25 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-01 16:46:25 -0500
commit7ec5f0fcce2dad57e7f336264a50b000eeec3ed0 (patch)
tree23f370c29207e1550a348818271d1d4e0c5205af /ChangeLog
parentac83536339d2622f4a896f50681497a388e7e26f (diff)
parenta6ef326b46a7f99b7ec585df595ef41151705ceb (diff)
downloadvyos-cloud-init-7ec5f0fcce2dad57e7f336264a50b000eeec3ed0.tar.gz
vyos-cloud-init-7ec5f0fcce2dad57e7f336264a50b000eeec3ed0.zip
fix an issue where keys were not being parsed correctly
this fixes an issue where ssh keys were not being parsed correctly. The result was that keys were considered to have options that did not have options. Additionally, those options were being written rather than the disable_root options. LP: #1136343
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6119e33..fcde14fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -501,4 +501,5 @@
- make the message on 'disable_root' more clear (LP: #672417)
- do not require public key if private is given in ssh cloud-config
(LP: #648905)
+ - fix issue when writing ssh keys to .ssh/authorized_keys (LP: #1136343)
# vi: syntax=text textwidth=79