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

9 lines
340 B
Plaintext
Raw Permalink Normal View History

2015-02-11 22:21:26 +00:00
If Ssh.authorizedKey in propellor 2.0.0 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
2015-02-12 16:36:19 +00:00
> Thanks, [[fixed|done]] this and will make a release.