ansible-sshd/vars/Debian_11.yml

16 lines
355 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:
ChallengeResponseAuthentication: false
X11Forwarding: true
PrintMotd: false
2021-08-01 20:25:17 +02:00
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
2021-08-01 20:25:17 +02:00
__sshd_runtime_directory: /run/sshd