This is a discussion on Re: authorized_keys in /tmp/.ssh? - openssh ; On 10/19/06, Darren Tucker wrote: > set "StrictModes no" in sshd_config? You could also teach the checks > (secure_filename in auth.c) about sticky bits on directories. Ah, that will work, not sure why I didn't see that in the man ...
On 10/19/06, Darren Tuckerwrote:
> set "StrictModes no" in sshd_config? You could also teach the checks
> (secure_filename in auth.c) about sticky bits on directories.
Ah, that will work, not sure why I didn't see that in the man page. I
guess I was searching for 'permissions' not 'ownership'.
Thanks,
Clem