Config::Model::models::Sshd::MatchCondition - Configuration class
Sshd::MatchCondition
Configuration classes used by Config::Model
Conidtion to apply to identify matched items inside a sshd_config match block.
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.
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.
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.
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.
- •
- cme
- Dominique Dumont
- 2009-2011 Dominique Dumont
- LGPL2