[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jan 29 13:59:37 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=413
------- Additional Comments From djm at mindrot.org 2005-01-29 13:59 -------
(In reply to comment #28)
> It also means there's no way to turn it on per-host if that's what you really
want.
I think your can:
$ ssh -R:8000:localhost:80 foo
$ ssh -R*:8000:localhost:80 foo
-> enables wildcard listen on the server (modulo the server's gateway_ports setting)
$ ssh -R 8000:localhost:80 foo
-> defaults to localhost listen on the server
Am I missing something?
------- 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