-
-
22 Dec 2021 17:46:43 UTC
- Distribution: Config-Model-OpenSsh
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (205 / 0 / 0)
- Kwalitee
Bus factor: 1- 90.86% Coverage
- License: lgpl_2_1
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (179.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Config::Model::models::Sshd::MatchCondition - Configuration class Sshd::MatchCondition
DESCRIPTION
Configuration classes used by Config::Model
Conidtion to apply to identify matched items inside a sshd_config match block.
Elements
User
Define the User criteria of a conditional block. The value of this field is a pattern that is tested against user name. Optional. Type uniline.
Group
Define the Group criteria of a conditional block. The value of this field is a pattern that is tested against group name. Optional. Type uniline.
Host
Define the Host criteria of a conditional block. The value of this field is a pattern that is tested against host name. Optional. Type uniline.
Address
Define the Address criteria of a conditional block. The value of this field is a pattern that is tested against the address of the incoming connection. Optional. Type uniline.
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.