Resource Type: sshd_config_subsystem

Defined in:
lib/puppet/type/sshd_config_subsystem.rb
Providers:
augeas

Overview

Manages Subsystem settings in an OpenSSH sshd_config file.

Properties

  • command

    The command to execute upon subsystem request.

  • comment

    Text to be stored in a comment immediately above the entry. It will be automatically prepended with the name of the variable in order for the provider to know whether it controls the comment or not.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the subsystem to set.

  • provider

    The specific backend to use for this ‘sshd_config_subsystem` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • target

    The file in which to store the settings, defaults to ‘/etc/ssh/sshd_config`.