On an HP-UX 11.00 server, I used CC=/usr/bin/cc CFLAGS="+DAportable -I/usr/local/include" \ LDFLAGS="-L/usr/local/lib" ./configure \ --prefix=/bag/local --sysconfdir=/etc/ssh --sbindir=/bag/local/bin \ --libexecdir=/bag/local/bin --with-ssl-dir=/bag/openssl \ --with-catman=cat --with-pid-dir=/etc/ssh --with-ipaddr-display to configure openssh-3.1p1, but after start of the new sshd binary and ssh to the HP server, I get rodenss@ginkgo:~$ echo $DISPLAY localhost:13.0 rodenss@ginkgo:~$ xterm X11 connection rejected because of wrong authentication. X connection to localhost:13.0 broken (explicit kill or server shutdown). What I exptected is: rodenss@ginkgo:~$ echo $DISPLAY 10.100.53.39:13.0
does this help? Important Changes: ================== - sshd x11 forwarding listens on localhost by default; see sshd X11UseLocalhost option to revert to prior behaviour if your older X11 clients do not function with this configuration
in general, X11 clients need R6 libs to work with a localhost X11 forwarding server. on HP-UX 11 /usr/bin/X11/xterm uses R5 libs. try /usr/contrib/bin/X11/xterm which is in the X11.X11-RUN-CTRB fileset.
*** Bug 157 has been marked as a duplicate of this bug. ***
for hp-ux 11, navigator-v479-us.hppa1.1-hp-hpux11.tar.gz functions correctly with localhost DISPLAY. /opt/netscape/netscape: shared executable shared library dynamic path search: SHLIB_PATH disabled second embedded path disabled first Not Defined shared library list: dynamic /usr/lib/Motif2.1/libXm.4 dynamic /usr/lib/X11R6/libXt.3 dynamic /usr/lib/X11R6/libX11.3 dynamic /usr/lib/X11R6/libXext.3
closing
Mass change of RESOLVED bugs to CLOSED