Summary: | openssh doesn't read the known_hosts file correctly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matt Rogers <matt.rogers> |
Component: | Current packages | Assignee: | Daniel Ahlberg (RETIRED) <aliz> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Matt Rogers
2003-11-09 20:28:07 UTC
this actually seems to be caused by an error or imcompatibility with openssl somewhere. I recently recompiled my whole system and don't have this error anymore. Perhaps openssh needs to be added to revdep-rebuild when openssl is upgraded to 0.9.7 from 0.9.6? /me starts grabbing at straws. :/ Note that in a security application such as ssh, permissions of 777 *are* a permissions problem. Maximum permissions are 755. Any group/other write bits *will* cause problems. Given that the file is *not* executable, there is no reason to give them execute permissions, so they should be either 644 or 444. After fixing the permissions, try running ssh with -v -v -v and see if there's anything useful in the text. I am unable to reproduce this anymore. |