bugzilla-daemon at bugzilla.mindrot.org
2011-Apr-27  10:13 UTC
[Bug 1894] New: ssh requests ipv6 addresses even with ipv6 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1894
           Summary: ssh requests ipv6 addresses even with ipv6 disabled
           Product: Portable OpenSSH
           Version: 5.8p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: jchadima at redhat.com
ssh tries to resolve and use ipv6 addresses even if ipv6 is disabled.
This is caused by the inappropriate flags for getaddrinfo. I'm not sure
if this is only glibc nuance or it is a global bug.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Apr-27  10:14 UTC
[Bug 1894] ssh requests ipv6 addresses even with ipv6 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1894 --- Comment #1 from jchadima at redhat.com 2011-04-27 20:14:08 EST --- Created attachment 2036 --> https://bugzilla.mindrot.org/attachment.cgi?id=2036 patch solving the problem -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jun-03  00:51 UTC
[Bug 1894] ssh requests ipv6 addresses even with ipv6 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1894
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #2 from Damien Miller <djm at mindrot.org> 2011-06-03 10:51:12
EST ---
How does this problem manifest? If a host no IPv6 addresses configured
but getaddrinfo returns AF_INET6 addresses and attempts to use them,
then these connections should harmlessly and quickly fail. Is something
else happening?
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jun-03  07:34 UTC
[Bug 1894] ssh requests ipv6 addresses even with ipv6 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1894
jchadima at redhat.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jchadima at redhat.com
--- Comment #3 from jchadima at redhat.com 2011-06-03 17:34:36 EST ---
problem is with DNS servers which do not correctly responds to AAAA
records, this cause inability of resolution.
the full description is at
https://bugzilla.redhat.com/show_bug.cgi?id=699421
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-25  05:23 UTC
[Bug 1894] ssh requests ipv6 addresses even with ipv6 disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1894
Jan F. Chadima <jfch at jagda.eu> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfch at jagda.eu
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.