# PODNAME: Config::Model::models::SystemSsh # ABSTRACT: Configuration class SystemSsh =encoding utf8 =head1 NAME Config::Model::models::SystemSsh - Configuration class SystemSsh =head1 DESCRIPTION Configuration classes used by L Configuration class used by L to edit or validate /etc/ssh/ssh_config (as root) =head1 Elements =head2 Host Restricts the following declarations (up to the next B or B keyword) to be only for those hosts that match one of the patterns given after the keyword. If more than one pattern is provided, they should be separated by whitespace. A single '*' as a pattern can be used to provide global defaults for all hosts. The host is usually the I argument given on the command line (see the B keyword for exceptions). A pattern entry may be negated by prefixing it with an exclamation mark ('!'). If a negated entry is matched, then the B entry is ignored, regardless of whether any other patterns on the line match. Negated matches are therefore useful to provide exceptions for wildcard matches. See I for more information on patterns. I< Optional. Type hash of node of class L . > =head2 AddKeysToAgent Specifies whether keys should be automatically added to a running L. If this option is set to B and a key is loaded from a file, the key and its passphrase are added to the agent with the default lifetime, as if by L. If this option is set to B, L will require confirmation using the SSH_ASKPASS program before adding a key (see L for details). If this option is set to B, each use of the key must be confirmed, as if the B<-c> option was specified to L. If this option is set to B, no keys are added to the agent. Alternately, this option may be specified as a time interval using the format described in the I