-
-
10 May 2022 17:31:15 UTC
- Distribution: Config-Model-OpenSsh
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (236 / 0 / 3)
- Kwalitee
Bus factor: 1- 90.86% Coverage
- License: lgpl_2_1
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (180.03KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlock
DESCRIPTION
Configuration classes used by Config::Model
Class to represent a Match block inside a sshd_config file.
It's made of a list of conditions to match and a list of parameters to apply to the matched items.
Elements
Condition
Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied. Optional. Type node of class Sshd::MatchCondition .
Settings
Defines the sshd_config parameters that will override general settings when all defined User, Group, Host and Address patterns match. Optional. Type node of class Sshd::MatchElement .
SEE ALSO
AUTHOR
COPYRIGHT
LICENSE
- LGPL2
Module Install Instructions
To install Config::Model::OpenSsh, copy and paste the appropriate command in to your terminal.
cpanm Config::Model::OpenSsh
perl -MCPAN -e shell install Config::Model::OpenSsh
For more information on module installation, please visit the detailed CPAN module installation guide.