Skip to content

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

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"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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