| Summary: | Local Port Forwarding does not work in AIX 5.1 or AIX 5.2 | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Anthony <tech> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.6.1p2 | ||
| Hardware: | PPC | ||
| OS: | AIX | ||
|
Description
Anthony
2003-08-12 12:11:36 AEST
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] Compiled with gcc 3.3.1 and local port forwarding worked. Original tests were done with openssh that was compiled with xlc "IBM Visual Age C/C++" and also with the openssh binaries distributed by IBM and bullfreeware. Mass change of RESOLVED bugs to CLOSED |