OWNER RIGHTS
not allowed on identity file ACL, even if owner is in Administrators
#2317
Open
3 tasks done
Prerequisites
Steps to reproduce
When a private key identity file has the
OWNER RIGHTS
group permission attached and the file is owned by an administrator, the OpenSSH client fails with a warning that the file's permissions are too open:My understanding is that only administrators and System can have access to the key file. It looks like the client explicitly checks for the admin and system SIDs, but does not follow an owner rights SID and checks that the file is owned by an admin. I was curious if maintainers would be open to allowing
OWNER RIGHTS
provided that the owner is an admin.Related:
mkdir(mode=0o700)
on Windows withOWNER RIGHTS
python/cpython#128038Expected behavior
Actual behavior
Error details
No response
Environment data
Version
9.5
Visuals
The text was updated successfully, but these errors were encountered: