openssh - The LCFG openssh component
An LCFG component so configure the OpenSSH daemon and client application.
OpenSSH LCFG Component
The list of options to add to the ssh_config file. The keys used here will be the keys used in the actual ssh_config file unless the item also has a sshoptrealname resource value. This feature can also be used to add multiple entries of the same type to the ssh_config file.
The value of this resource should be the value to assign to the item parameter entry in ssh_config.
This option serves two purposes. The first is to allow for ssh_config parameter names that can not be represented as LCFG resource keys. The other is to allow for multiple ssh_config parameter entries that have the same parameter name (for example Host). If this resource exists for a given item then its value will be used as the parameter name in ssh_config instead of item.
The list of options to add to the sshd_config file. The keys used here will be the keys used in the actual sshd_config file unless the item also has a sshoptrealname resource value. This feature can also be used to add multiple entries of the same type to the sshd_config file.
The value of this resource should be the value to assign to the item parameter entry in sshd_config.
This option serves two purposes. The first is to allow for sshd_config parameter names that can not be represented as LCFG resource keys. The other is to allow for multiple sshd_config parameter entries that have the same parameter name (for example Port). If this resource exists for a given item then its value will be used as the parameter name in sshd_config instead of item.
Redhat9, Fedora3, Solaris
Carwyn Edwards <cedward1@inf.ed.ac.uk>