[Bug 1513] CIDR address/masklen matching support for permitopen=
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 30 06:51:29 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1513
RyanC <kvhwyucjkp at snkmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kvhwyucjkp at snkmail.com
--- Comment #5 from RyanC <kvhwyucjkp at snkmail.com> 2011-03-30 06:51:29 EST ---
> It would be nice if coma separated lists of hosts and ports were also
> supported:
> Ex:
> PermitOpen 10.5.100.34:22,443 10.5.100.2,10.5.100.20:22
Space delimited lists are handled in the sshd config file already.
Writing a parser that would handle the situation you suggest would be
rather annoying. Additionally, handling lists of ports instead of just
a port range requires significantly more complicated handling, both in
data structures and access checking. I don't care about it enough to
bother doing it.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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