Comment 3 for bug 1839061

Revision history for this message
Ryan Harper (raharper) wrote :

Right, sshd will assume the user's uid before reading the authorized_keys file.
This means each directory in the path to the key file must be readable by the
target user.

That generally means for the path, we need to visit each layer and verify
that the user has access to each path.