Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sshd_config include files #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 20, 2024

  1. Add support for sshd_config include files

    Add include_dir parameter for specifying an include directory at the top
    of sshd_config.
    
    Add ssh::server::config_file resource type for creating config files
    within the include directory. Provides include parameter for including
    externally managed config files. This is primarily intended for
    including crypto policies in RedHat 9 family.
    
    Add data for RedHat 9 family to add include directory and config file to
    load crypto policies for OpenSSH server by default.
    nvergottini committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d0b21f3 View commit details
    Browse the repository at this point in the history