fix broken ssh public key handling
- make sure that AddSshPublicKeyForm does not try to parse the key if it is None - split the key text into a maximum of 3 parts to allow whitespace in comments - update changelog
This commit is contained in:
parent
dd38edd498
commit
25b5b82a06
3 changed files with 13 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :bug:`-` fix handling of OpenSSH formatted keys with whitespace in comments
|
||||
* :bug:`-` the ssh key list does not show SSH keys of other users anymore
|
||||
|
||||
* :release:`0.11.2 <2015-02-06>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue