[Bug 306] ssh on Tru64 returns " Name does not resolv to supplied parameters"
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jun 29 02:27:30 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=306
joa at maths.lth.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From joa at maths.lth.se 2002-06-29 02:27 -------
I had the same problem, but I figured out that
getaddrinfo(host, strport, &hints, &aitop)
(in ssh_connect) returns EAI_NONAME if hints.ai_family
is AF_UNSPEC, even if both host and strport is valid.
If I run configure with --with-ipv4-default then
family is set to AF_INET and everything seems to work.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list