blob: 7ba889b10cdc4687f78299a07fd51b3f49c3139d (
plain)
1
2
3
4
5
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
|