| Summary: | X11 forwarding doesn't work with X11UseLocalhost=no | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Josselin Mouette <joss> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 4.3p2 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1452 | ||||||
| Attachments: |
|
||||||
|
Description
Josselin Mouette
2007-04-25 00:13:54 AEST
This has been discussed on the list recently: http://marc.info/?l=openssh-unix-dev&m=114672761011331 Summary: Try recompiling after removing DONT_TRY_OTHER_AF from config.h. I had looked into the history of DONT_TRY_OTHER_AF and it goes back something like 7 years. I'm wondering if it still serves a purpose in modern Linux version. Doing the "setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, ...)" might be sufficient now that Linux's IPv6 stack is sane (it wasn't when portable OpenSSH was young). Created attachment 1266 [details]
This is what we use in current Fedora openssh package
DONT_TRY_OTHER_AF has been removed in the CVS version and will be gone in the openssh-5.1 release. FYI it was for the utterly broken pre-USAGI Linux IPv6 stack, which had many bugs that needed working around. Mass update RESOLVED->CLOSED after release of openssh-5.1 |