diff --git a/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn index c8a5fb0..7ba889b 100644 --- a/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn +++ b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn @@ -1,4 +1,4 @@ -If Ssh.authorizedKey is used to create .ssh/authorized_keys for +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.