diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-03-01 16:46:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-03-01 16:46:25 -0500 |
commit | 7ec5f0fcce2dad57e7f336264a50b000eeec3ed0 (patch) | |
tree | 23f370c29207e1550a348818271d1d4e0c5205af /ChangeLog | |
parent | ac83536339d2622f4a896f50681497a388e7e26f (diff) | |
parent | a6ef326b46a7f99b7ec585df595ef41151705ceb (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |