2021-06-02 14:21:40 +02:00
|
|
|
__sshd_config_file: "/etc/ssh/sshd_config"
|
|
|
|
__sshd_config_owner: "root"
|
|
|
|
__sshd_config_group: "root"
|
|
|
|
__sshd_config_mode: "0600"
|
|
|
|
__sshd_hostkey_owner: "root"
|
|
|
|
__sshd_hostkey_group: "root"
|
|
|
|
__sshd_hostkey_mode: "0600"
|
2021-08-06 20:52:42 +02:00
|
|
|
# The OpenSSH 5.3 in RHEL6 does not support "Match all" so we need a workaround
|
|
|
|
__sshd_compat_match_all: Match all
|
2021-11-10 09:18:40 +01:00
|
|
|
# The hostkeys not supported in FIPS mode, if applicable
|
|
|
|
__sshd_hostkeys_nofips: []
|
2022-04-12 21:17:44 +02:00
|
|
|
|
|
|
|
__sshd_required_facts:
|
|
|
|
- distribution
|
|
|
|
- distribution_major_version
|
|
|
|
- os_family
|
2022-08-17 14:05:10 +02:00
|
|
|
|
|
|
|
__sshd_skip_virt_env:
|
|
|
|
- docker
|
|
|
|
- podman
|
|
|
|
- container
|
|
|
|
- containerd
|
|
|
|
- VirtualPC
|
|
|
|
|
|
|
|
__sshd_binary: /usr/sbin/sshd
|
|
|
|
__sshd_service: sshd
|
|
|
|
__sshd_sftp_server: /usr/lib/openssh/sftp-server
|
|
|
|
|
|
|
|
__sshd_defaults: {}
|
|
|
|
__sshd_os_supported: no
|
|
|
|
__sshd_sysconfig_supports_crypto_policy: false
|
|
|
|
__sshd_sysconfig_supports_use_strong_rng: false
|
|
|
|
|
|
|
|
__sshd_runtime_directory: false
|
|
|
|
__sshd_runtime_directory_mode: "0755"
|
|
|
|
|
|
|
|
# If the system supports drop-in directory, it is configured in this variable. It is used
|
|
|
|
# to distinguish if we are writing a configuration snippet or we should write defaults.
|
|
|
|
__sshd_drop_in_dir: false
|
|
|
|
# this is the path to the main sshd_config which is checked for Include directive when
|
|
|
|
# drop-in directory is used
|
|
|
|
__sshd_main_config_file: false
|
|
|
|
|
|
|
|
# The list of hostkeys to check when there are none listed in configuration file.
|
|
|
|
# This is usually the case when the selection is up to the OpenSSH defaults or
|
|
|
|
# drop-in directory is used.
|
|
|
|
__sshd_verify_hostkeys_default: []
|