Displaying 4 results from an estimated 4 matches for "kjellander".
2002 Mar 13
7
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From stevesk at pobox.com 2002-03-14 06:17 -------
can you provide sshd -d output? i want to see any
debug messages from x11_create_display_inet().
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org 2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available. Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Apr 26
2
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From djm at mindrot.org 2004-04-26 15:14 -------
Can this bug be closed? Yoshifuji-san's patch was committed two years ago...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Mar 13
0
[Bug 164] New: X-forwarding when connecting to an IPv6-enabled host doesn't work.
...Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: carljohan at kjellander.com
When connecting to an IPv6-enabled host with X-forwarding enabled sshd
on the other end only opens a tunnel on ::1:6010 (ip6-localhost) and
not 127.0.0.1:6010 (ip4-localhost).
Reproducible: Always
Steps to reproduce:
1. Login to a host that supports both IPv4 and IPv6 with X-forwarding
t...