Skip to content

wishlist: provide ssh::server::config_entry #19

@arnd

Description

@arnd

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions