File: Bug_in_Property.Ssh.authorizedKey.mdwn

package info (click to toggle)
propellor 5.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,788 kB
  • sloc: haskell: 17,913; makefile: 58; perl: 38; sh: 28
file content (8 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
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

> Thanks, [[fixed|done]] this and will make a release.