Merge branch 'master' of ssh://propellor.branchable.com

This commit is contained in:
Joey Hess 2015-02-12 12:35:40 -04:00
commit 329e11ff77
1 changed files with 6 additions and 0 deletions

View File

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