[Bug 173] New: sshd does not listen on tcp-socket, though GatewayPorts yes

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Mar 19 04:49:02 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=173

           Summary: sshd does not listen on tcp-socket, though GatewayPorts
                    yes
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: UltraSparc
        OS/Version: SunOS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: tdsc.af at infineon.com


The summary says it all. The Changes file says:
 - (stevesk) OpenBSD CVS sync X11 localhost display
   - stevesk at cvs.openbsd.org 2001/11/29 14:10:51
     [channels.h channels.c session.c]
     sshd X11 fake server will now listen on localhost by default:
     $ echo $DISPLAY
     localhost:12.0
     $ netstat -an|grep 6012
     tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
     tcp6       0      0  ::1.6012               *.*                    LISTEN
     sshd_config gatewayports=yes can be used to revert back to the old
     behavior.  will control this with another option later.  ok markus@

but that's not true. I have configured
GatewayPorts yes
and
X11Forwarding yes

but:
prompt# echo $DISPLAY
localhost:10.0
prompt# netstat -an|grep 6010
127.0.0.1.6010             *.*                0      0     0      0 LISTEN

WHY MUST EVERYTHING CONSTANTLY CHANGE ?
ESPECIALLY THE WORKING THINGS ?



------- 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