summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-10-02 18:57:35 +1100
committerDarren Tucker <dtucker@zip.com.au>2011-10-02 18:57:35 +1100
commit1338b9e067055259033a05e14db0bc2ad5536482 (patch)
tree1aa3cda3c8b3136f8aabb0e329006fc6da3f49a7 /sshd.8
parentb0b29cc0c5befffd9902a8e6e634c4473c8687a1 (diff)
- dtucker@cvs.openbsd.org 2011/09/23 00:22:04
[channels.c auth-options.c servconf.c channels.h sshd.8] Add wildcard support to PermitOpen, allowing things like "PermitOpen localhost:*". bz #1857, ok djm markus.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index a91be0fad..721015709 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.263 2011/08/02 01:22:11 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.264 2011/09/23 00:22:04 dtucker Exp $
37.Dd $Mdocdate: August 2 2011 $ 37.Dd $Mdocdate: September 23 2011 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -608,6 +608,9 @@ Multiple
608options may be applied separated by commas. 608options may be applied separated by commas.
609No pattern matching is performed on the specified hostnames, 609No pattern matching is performed on the specified hostnames,
610they must be literal domains or addresses. 610they must be literal domains or addresses.
611A port specification of
612.Cm *
613matches any port.
611.It Cm principals="principals" 614.It Cm principals="principals"
612On a 615On a
613.Cm cert-authority 616.Cm cert-authority