ansible-sshd/vars/Debian_11.yml

17 lines
391 B
YAML
Raw Normal View History

2021-08-01 20:25:17 +02:00
---
__sshd_service: ssh
__sshd_packages:
2021-08-01 20:25:17 +02:00
- openssh-server
- openssh-sftp-server
__sshd_config_mode: "0644"
__sshd_defaults:
2023-06-13 11:51:08 +02:00
Include: /etc/ssh/sshd_config.d/*.conf
ChallengeResponseAuthentication: false
2023-06-13 11:51:08 +02:00
UsePAM: true
X11Forwarding: true
PrintMotd: false
2021-08-01 20:25:17 +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