ansible-sshd/vars/Debian_10.yml

16 lines
350 B
YAML
Raw Permalink Normal View History

2019-10-23 15:52:21 +02:00
---
__sshd_service: ssh
__sshd_packages:
2019-10-23 15:52:21 +02:00
- openssh-server
- openssh-sftp-server
__sshd_config_mode: "0644"
2019-10-23 15:52:21 +02:00
__sshd_defaults:
ChallengeResponseAuthentication: false
2023-06-13 11:51:08 +02:00
UsePAM: true
X11Forwarding: true
PrintMotd: false
2019-10-23 15:52:21 +02:00
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
__sshd_os_supported: true
2023-08-24 15:48:30 +02:00
__sshd_runtime_directory: sshd