[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:50:57 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1012





------- Additional Comments From daveroth at acm.org  2005-04-08 02:50 -------
Created an attachment (id=870)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=870&action=view)
Default  to 0.0.0.0 as bind address for ssh.com 2.4.0 servers.

The attached patch solves the problem for me. It sends "0.0.0.0" as the
address_to_bind for these cases

  ssh -R 50000:localhost:50000 server
  ssh -R :50000:localhost:50000 server
  ssh -R \*:50000:localhost:50000 server

but still passes through the specified address for cases like

  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