forked from credativ/puppet-ssh-hiera
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Ssh::Server::Custom_config works but is a little bit fragile.
(User needs to make sure, that a config option doesnt gets set twice, that content contains a newline etc.)
Example:
ssh::server::custom_config{ 'set_the_authorzied_key_command':
content => "AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys\n"
}
I propose to introduce a define ssh::server::config_entry like:
ssh::server::custom_config{ 'AuthorizedKeysCommand':
value => "/usr/bin/sss_ssh_authorizedkeys"
}
Metadata
Metadata
Assignees
Labels
No labels