[Bug 2038] permitopen functionality but for remote forwards

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Jun 19 13:03:29 AEST 2018


https://bugzilla.mindrot.org/show_bug.cgi?id=2038

--- Comment #27 from Damien Miller <djm at mindrot.org> ---
... and I just added support for bare port numbers in
permitlisten/PermitListen:

commit 80e199d6175904152aafc5c297096c3e18297691 (HEAD -> master)
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 19 03:02:17 2018 +0000

    upstream: test PermitListen with bare port numbers

    OpenBSD-Regress-ID: 4b50a02dfb0ccaca08247f3877c444126ba901b3

commit 87ddd676da0f3abd08b778b12b53b91b670dc93c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 19 02:59:41 2018 +0000

    upstream: allow bare port numbers to appear in PermitListen
directives,

    e.g.

    PermitListen 2222 8080

    is equivalent to:

    PermitListen *:2222 *:8080

    Some bonus manpage improvements, mostly from markus@

    "looks fine" markus@

    OpenBSD-Commit-ID: 6546b0cc5aab7f53d65ad0a348ca0ae591d6dd24

-- 
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.


More information about the openssh-bugs mailing list