logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlock

Author

       Dominique Dumont

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.TypenodeofclassSshd::MatchCondition.Settings
       Defines the sshd_config parameters that will override general settings when all defined User, Group, Host
       and Address patterns match.  Optional.TypenodeofclassSshd::MatchElement.

License

       LGPL2

perl v5.40.1                                       2025-04-09              Config::Model:...shd::MatchBlock(3pm)

Name

       Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlock

See Also

       •   cme

       •   Config::Model::models::Sshd::MatchCondition

       •   Config::Model::models::Sshd::MatchElement

See Also