[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Jan 29 13:25:52 EST 2005


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





------- Additional Comments From dtucker at zip.com.au  2005-01-29 13:25 -------
(In reply to comment #25)
> This check looks bogus: it is trying to apply the client's gateway_ports
> setting to remote forward sent to the server. I think it should be removed,
> right?

I think it's valid.  It seems intutive to do:
$ ssh -oGatewayPorts=yes -R 1234:foo.example.com:1234 server
and expect it to be a wildcard listen (server permitting, of course).

Using the client's GatewayPorts as the default for requests sent to the server
too seems sane.  It can always be overridden per-forward with something like -R
*:1234:foo.example.com:1234 or -R localhost:1234:foo.example.com:1234.




------- 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