ansible-sshd/vars/RedHat_6.yml

26 lines
742 B
YAML
Raw Normal View History

2014-12-22 11:05:09 +01:00
---
__sshd_packages:
2014-12-22 19:50:10 +01:00
- openssh
2014-12-22 11:05:09 +01:00
- openssh-server
__sshd_sftp_server: /usr/libexec/openssh/sftp-server
__sshd_defaults:
2020-12-08 13:40:02 +01:00
HostKey:
- /etc/ssh/ssh_host_rsa_key
2014-12-22 11:05:09 +01:00
Protocol: 2
SyslogFacility: AUTHPRIV
PasswordAuthentication: true
ChallengeResponseAuthentication: false
GSSAPIAuthentication: true
GSSAPICleanupCredentials: true
UsePAM: true
2014-12-22 11:05:09 +01:00
AcceptEnv:
- LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
2014-12-22 11:05:09 +01:00
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
- LC_IDENTIFICATION LC_ALL LANGUAGE
- XMODIFIERS
X11Forwarding: true
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
__sshd_sysconfig_supports_use_strong_rng: true
__sshd_compat_match_all: Match address *