propellor/doc/todo/Bug_in_Property.Ssh.authori...

7 lines
265 B
Markdown

If Ssh.authorizedKey is used to create .ssh/authorized_keys for
a user other than root, it will be owned by root:root and won't
work for the user. Adding a key to an existing authorized_keys
file doesn't change its ownership and therefore works fine.
-- weinzwang