2014-12-22 19:49:17 +01:00
|
|
|
---
|
2022-08-17 13:53:56 +02:00
|
|
|
__sshd_packages:
|
2014-12-22 19:49:17 +01:00
|
|
|
- openssh
|
|
|
|
- openssh-server
|
2022-08-17 13:53:56 +02:00
|
|
|
__sshd_sftp_server: /usr/libexec/openssh/sftp-server
|
2018-09-03 00:23:58 +02:00
|
|
|
__sshd_defaults:
|
2014-12-22 19:49:17 +01:00
|
|
|
HostKey:
|
|
|
|
- /etc/ssh/ssh_host_rsa_key
|
|
|
|
- /etc/ssh/ssh_host_ecdsa_key
|
2015-08-25 18:58:17 +02:00
|
|
|
- /etc/ssh/ssh_host_ed25519_key
|
2014-12-22 19:49:17 +01:00
|
|
|
SyslogFacility: AUTHPRIV
|
|
|
|
AuthorizedKeysFile: .ssh/authorized_keys
|
2023-04-10 22:19:29 +02:00
|
|
|
PasswordAuthentication: true
|
|
|
|
ChallengeResponseAuthentication: false
|
|
|
|
GSSAPIAuthentication: true
|
|
|
|
GSSAPICleanupCredentials: false
|
2020-09-14 17:48:04 +02:00
|
|
|
# Note that UsePAM: no is not supported under RHEL/CentOS. See
|
|
|
|
# https://github.com/willshersystems/ansible-sshd/pull/51#issuecomment-287333218
|
2023-04-10 22:19:29 +02:00
|
|
|
UsePAM: true
|
|
|
|
X11Forwarding: true
|
2015-01-04 13:51:40 +01:00
|
|
|
UsePrivilegeSeparation: sandbox
|
2014-12-22 19:49:17 +01:00
|
|
|
AcceptEnv:
|
2015-06-25 22:22:39 +02:00
|
|
|
- LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
2014-12-22 19:49:17 +01:00
|
|
|
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
|
|
|
- LC_IDENTIFICATION LC_ALL LANGUAGE
|
|
|
|
- XMODIFIERS
|
2022-08-17 13:53:56 +02:00
|
|
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
2023-04-10 22:19:29 +02:00
|
|
|
__sshd_os_supported: true
|
2020-10-06 21:11:35 +02:00
|
|
|
__sshd_sysconfig_supports_use_strong_rng: true
|
2021-06-02 11:17:39 +02:00
|
|
|
__sshd_hostkey_group: ssh_keys
|
|
|
|
__sshd_hostkey_mode: "0640"
|
2021-11-09 15:17:08 +01:00
|
|
|
__sshd_hostkeys_nofips:
|
|
|
|
- /etc/ssh/ssh_host_ed25519_key
|
2023-10-30 17:51:44 +01:00
|
|
|
|
|
|
|
__sshd_environment_file: /etc/sysconfig/sshd
|
2024-02-06 10:09:06 +01:00
|
|
|
__sshd_environment_file_mandatory: true
|
2023-10-30 17:51:44 +01:00
|
|
|
__sshd_environment_variable: $OPTIONS
|
|
|
|
__sshd_service_after: sshd-keygen.service
|
|
|
|
__sshd_service_wants: sshd-keygen.service
|
|
|
|
__sshd_service_restart_timeout: 42s
|