bugzilla-daemon at mindrot.org
2002-Mar-08 11:34 UTC
[Bug 150] New: configure option --with-ipaddr-display seems to have no effect
http://bugzilla.mindrot.org/show_bug.cgi?id=150 Summary: configure option --with-ipaddr-display seems to have no effect Product: Portable OpenSSH Version: -current Platform: HPPA OS/Version: HP-UX Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: stefan_rodenstein at braun.de 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 at ginkgo:~$ echo $DISPLAY localhost:13.0 rodenss at 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 at ginkgo:~$ echo $DISPLAY 10.100.53.39:13.0 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.