[Bug 625] Local Port Forwarding does not work in AIX 5.1 or AIX 5.2
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Aug 12 15:50:55 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=625
------- Additional Comments From dtucker at zip.com.au 2003-08-12 15:50 -------
What compiler are you using? If it's the gcc-2.9whatever from the AIX toolbox
CD, I suspect it's a compiler problem (I've seen it miscompile openssl and I
suspect it of causing another couple of problems).
FWIW 3.6.1p2 works for me on 5.1 and 5.2 (compiled with gcc 3.3):
$ echo `uname` `oslevel`
AIX 5.2.0.0
$ ssh -v -L 2000:127.0.0.1:22 localhost
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
[snip]
debug1: Connection to port 2000 forwarding to 127.0.0.1 port 22 requested.
debug1: channel 2: new [direct-tcpip]
debug1: channel 2: open confirm rwindow 131072 rmax 32768
debug1: channel 2: rcvd eof
debug1: channel 2: output open -> drain
debug1: channel 2: obuf empty
debug1: channel 2: close_write
debug1: channel 2: output drain -> closed
[snip]
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list