# PODNAME: Config::Model::models::Sshd::MatchBlock # ABSTRACT: Configuration class Sshd::MatchBlock =encoding utf8 =head1 NAME Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlock =head1 DESCRIPTION Configuration classes used by L 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. =head1 Elements =head2 Condition Specify the condition (User, Group, Host, Address) necessary for this Match block to be applied. I< Optional. Type node of class L . > =head2 Settings Defines the sshd_config parameters that will override general settings when all defined User, Group, Host and Address patterns match. I< Optional. Type node of class L . > =head1 SEE ALSO =over =item * L =item * L =item * L =back =head1 AUTHOR =over =item Dominique Dumont =back =head1 COPYRIGHT =over =item 2009-2011 Dominique Dumont =back =head1 LICENSE =over =item LGPL2 =back =cut