[Bug 2038] permitopen functionality but for remote forwards
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Sep 7 12:11:58 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2038
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Some options:
1. Separate option
PermitROpen 2000 2001 2002 3000-3999
2. Reuse PermitOpen, but treat numbers without ':' as -R port numbers
PermitOpen 127.0.0.1:1234 2000 2001 2002 3000-3999
The advantage of (1) is that we can extend it to allow selection of
bind address, but (2) can't do this...
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list