Bug 150 - configure option --with-ipaddr-display seems to have no effect
Summary: configure option --with-ipaddr-display seems to have no effect
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: HPPA HP-UX
: P3 normal
Assignee: Kevin Steves
URL:
Keywords:
: 157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-08 22:34 AEDT by Stefan Rodenstein
Modified: 2004-04-14 12:24 AEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Rodenstein 2002-03-08 22:34:34 AEDT
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
Comment 1 Markus Friedl 2002-03-08 22:50:31 AEDT
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
  
  
Comment 2 Kevin Steves 2002-03-09 05:37:32 AEDT
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.
Comment 3 Kevin Steves 2002-03-12 05:15:17 AEDT
*** Bug 157 has been marked as a duplicate of this bug. ***
Comment 4 Kevin Steves 2002-03-12 05:23:48 AEDT
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
Comment 5 Kevin Steves 2002-03-31 04:50:56 AEST
closing
Comment 6 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED