[Bug 1012] Trouble creating remote port forwarding to ssh.com 2.4.0 server.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Apr 8 02:48:42 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1012
Summary: Trouble creating remote port forwarding to ssh.com 2.4.0
server.
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: daveroth at acm.org
I'm having a problem with OpenSSH_4.0p1 when trying to do remote port
forwards to a server running SSH Secure Shell 2.4.0. The problem appears
to be that 2.4.0 chokes on bind addresses that aren't numeric addresses,
such as "localhost" and "".
The following commands are failing for me from the 4.0p1 client to the
2.4.0 server:
ssh -R 50000:localhost:50000 server
ssh -R localhost:50000:localhost:50000 server
ssh -R :50000:localhost:50000 server
ssh -R \*:50000:localhost:50000 server
although these commands work just fine:
ssh -R 127.0.0.1:50000:localhost:50000 server
ssh -R 0.0.0.0:50000:localhost:50000 server
ssh -R 192.168.1.1:50000:localhost:50000 server
------- 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