Added more information

This commit is contained in:
weinzwang 2015-02-11 22:21:26 +00:00 committed by admin
parent abf89f5d98
commit 447f2dc3a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 work for the user. Adding a key to an existing authorized_keys
file doesn't change its ownership and therefore works fine. file doesn't change its ownership and therefore works fine.