Bug report for Property.Ssh.AuthorizedKey

This commit is contained in:
weinzwang 2015-02-11 22:18:24 +00:00 committed by admin
parent 9a26a49f51
commit abf89f5d98
1 changed files with 6 additions and 0 deletions

View File

@ -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