MAN pages: authorized_keys
Darren Tucker
dtucker at zip.com.au
Wed Mar 10 19:45:07 EST 2004
JD Cole wrote:
> Does the StrictModes apply to all files in the users directory, or just
> the ssh config files (normally .ssh/)? Just trying to figure out the
> scope of StrictModes....
StrictModes causes the SSH config files and their directory components
up to and including the user's home directory. See secure_filename in
auth.c.
For /home/dtucker/.ssh/authorized_keys, "authorized_keys", ".ssh" and
"dtucker" would be checked, but no other files or directories.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list