From abf89f5d981a504a6a3415393e9509bd082a9073 Mon Sep 17 00:00:00 2001 From: weinzwang Date: Wed, 11 Feb 2015 22:18:24 +0000 Subject: Bug report for Property.Ssh.AuthorizedKey --- doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn (limited to 'doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn') diff --git a/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn new file mode 100644 index 00000000..c8a5fb0e --- /dev/null +++ b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn @@ -0,0 +1,6 @@ +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 -- cgit v1.2.3 From 447f2dc3a576be28903a9a7be801f38b696adef2 Mon Sep 17 00:00:00 2001 From: weinzwang Date: Wed, 11 Feb 2015 22:21:26 +0000 Subject: Added more information --- doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn') diff --git a/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn index c8a5fb0e..7ba889b1 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. -- cgit v1.2.3