mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-14 15:30:18 +01:00
91784d1874
The OpenSSH 5.3 in RHEL6 is so old it does not support "Match all" so we need some creative workaround for this old stuff.
9 lines
327 B
YAML
9 lines
327 B
YAML
__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"
|
|
# The OpenSSH 5.3 in RHEL6 does not support "Match all" so we need a workaround
|
|
__sshd_compat_match_all: Match all
|