diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:35:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:35:40 -0400 |
| commit | 329e11ff7729f64e332b006d0e2c5910a14a2a22 (patch) | |
| tree | ad1aff13e6bbb0fd2133d359fbf29e32fe9bfab9 | |
| parent | cb67eb1d08ec4cae991c2933624f12fbb68a7b03 (diff) | |
| parent | 447f2dc3a576be28903a9a7be801f38b696adef2 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
| -rw-r--r-- | doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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..7ba889b1 --- /dev/null +++ b/doc/todo/Bug_in_Property.Ssh.authorizedKey.mdwn @@ -0,0 +1,6 @@ +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 |
