[Bug 1167] sftp fails to HP - UX os even when pubic keys are present in HP-UX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Mar 3 16:25:31 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1167





------- Comment #2 from dtucker at zip.com.au  2006-03-03 16:25 -------
(In reply to comment #0)
> I have SSH installed in a HP-UX system.
> SOE-openssh-3.7.1p2-pwexp26, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004.

That looks like the HP-supplied package (and an old version at that).  Can you
reproduce your problem with the vanilla source from http://openssh.com?

>    #touch authorized_keys
>    #chmod 777 authorized_keys 

This is probably the source of your problem and is a really bad idea.  Your
authorized keys files should not be writeable by anyone other than the owner
(mode 755 or better yet 700).

You can disable this check with the StrictModes sshd_config option but that's
also a bad idea; better you fix your file permissions.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list