Displaying 1 result from an estimated 1 matches for "fwd_permit_any_host".
2016 Jun 05
5
[Bug 2582] New: Allow PermitOpen to use a wildcard hostname with a fixed port
...Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: openssh at mzpqnxow.com
Created attachment 2826
--> https://bugzilla.mindrot.org/attachment.cgi?id=2826&action=edit
Patch for PermitOpen hostname wildcard feature
Added FWD_PERMIT_ANY_HOST to add the ability to use an asterisk to
mean any hostname matches in a PermitOpen rule. This is simple and
looks like this:
PermitOpen *:443
One use case here is when OpenSSH is used to broker connectivity to
a specific TCP based service in a trusted network when the client...