Bugzilla – Attachment 1266 Details for
Bug 1309
X11 forwarding doesn't work with X11UseLocalhost=no
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This is what we use in current Fedora openssh package
openssh-4.3p2-no-v6only.patch (text/plain), 446 bytes, created by
Tomas Mraz
on 2007-04-26 21:21:08 AEST
(
hide
)
Description:
This is what we use in current Fedora openssh package
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2007-04-26 21:21:08 AEST
Size:
446 bytes
patch
obsolete
>--- openssh-4.3p2/channels.c.no-v6only 2006-07-17 15:39:31.000000000 +0200 >+++ openssh-4.3p2/channels.c 2006-08-08 12:44:51.000000000 +0200 >@@ -2794,7 +2794,7 @@ > } > } > #ifdef IPV6_V6ONLY >- if (ai->ai_family == AF_INET6) { >+ if (x11_use_localhost && ai->ai_family == AF_INET6) { > int on = 1; > if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) > error("setsockopt IPV6_V6ONLY: %.100s", strerror(errno));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1309
: 1266