bugzilla-daemon at mindrot.org
2002-Mar-26 12:52 UTC
[Bug 185] New: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=185
Summary: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.1p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: koenig at science-computing.de
compiling sshd on HP-UX 10.20 with configure --with-ipv4-default
breaks X11-forwarding when sshd binary is run on HP-UX 10.20
(running the _same_ binary on 11.00 doesn't show the problem!).
OS or ssh-version on the client side doesn't matter.
here is the ssh -d output when trying to start xclock:
c3po koenig > xclock
debug1: Received X11 open request.
debug1: fd 4 setting TCP_NODELAY
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [X11 connection from 127.0.0.1 port 2686]
debug1: X11 connection uses different authentication protocol.
X11 connection rejected because of wrong authentication.
debug1: X11 rejected 0 i0/o0
debug1: channel 0: read failed
debug1: channel 0: close_read
debug1: channel 0: input open -> drain
debug1: channel 0: ibuf empty
debug1: channel 0: send ieof
debug1: channel 0: input drain -> wait_oclose
debug1: X11 closed 0 i2/o0
debug1: channel 0: rcvd oclose
debug1: channel 0: input wait_oclose -> closed
debug1: channel 0: rcvd ieof
debug1: channel 0: output open -> drain
debug1: channel 0: obuf empty
debug1: channel 0: close_write
debug1: channel 0: send oclose
debug1: channel 0: output drain -> closed
debug1: channel 0: is dead
debug1: channel 0: garbage collecting
debug1: channel_free: channel 0: X11 connection from 127.0.0.1 port 2686,
nchannels 1
X connection to localhost:13.0 broken (explicit kill or server shutdown).
if sshd is built with --with-ipv4-default there are two obvious changes:
- $DISPLAY is set to localhost:10 instead of hostname:10
- only one xauth cookie is set for hostname/unix:10 (not localhost:10!),
but there is no cookie in "xauth list" for tcp socket hostname:10 as
in the
"working" case without --with-ipv4-default,.
Harald
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- 3.4p1 X forwarding under AIX
- [Bug 176] New: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
- 2.9p1 SCO OS 5.0.5 server and Linux client hang on exit when using X11 forwarding and protocol 2
- X forwarding from Linux -> Irix not working
- Work around Linux kernel bug provoked by nchan.c
