bugzilla-daemon at bugzilla.mindrot.org
2016-Dec-01 04:45 UTC
[Bug 2645] New: allow cidr matching of host in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2645 Bug ID: 2645 Summary: allow cidr matching of host in ssh_config Product: Portable OpenSSH Version: 7.3p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: mmendez534 at gmail.com Matching of Host values are limited to shell type globbing via `match_pattern`, but I'd like to be able to match via CIDR. I've hacked up an implementation that pulls out much of the logic from `addr_match_cidr_list` and uses that. If there is interest in this, then I will polish it up and submit the the mailing list for discussion. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Dec-01 04:45 UTC
[Bug 2645] allow cidr matching of host in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2645 Manuel Mendez <mmendez534 at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmendez534 at gmail.com -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2016-Dec-01 07:36 UTC
[Bug 2645] allow cidr matching of host in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2645 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |djm at mindrot.org Resolution|--- |DUPLICATE --- Comment #1 from Damien Miller <djm at mindrot.org> --- *** This bug has been marked as a duplicate of bug 1169 *** -- 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.
bugzilla-daemon at mindrot.org
2021-Apr-23 04:59 UTC
[Bug 2645] allow cidr matching of host in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2645 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 3544] New: Support CIDR notation for host pattern matching
- [Bug 34220] New: Detects Load on output and blinks screen ~30secs
- CIDR address/masklen matching support for permitopen="host:port" restrictions?
- CIDR address/masklen matching support for permitopen="host:port"
- [PATCH] Allow matching HostName against Host entries