Config::Model::models::Sshd::MatchBlock (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlockDESCRIPTION
Configuration classes used by Config::ModelClass 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
- *
- cme
- *
- Config::Model::models::Sshd::MatchCondition
- *
- Config::Model::models::Sshd::MatchElement
AUTHOR
- Dominique Dumont
COPYRIGHT
- 2009-2011 Dominique Dumont
LICENSE
- LGPL2
-