ADD: bullseye support

This commit is contained in:
Dominik Rimpf 2021-08-01 20:25:17 +02:00 committed by Jakub Jelen
parent 1c5c48835e
commit ca83655c2a

15
vars/Debian_11.yml Normal file
View file

@ -0,0 +1,15 @@
---
sshd_service: ssh
sshd_packages:
- openssh-server
- openssh-sftp-server
__sshd_config_mode: "0644"
__sshd_defaults:
ChallengeResponseAuthentication: no
X11Forwarding: yes
PrintMotd: no
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ sshd_sftp_server }}"
UsePAM: yes
__sshd_os_supported: yes
__sshd_runtime_directory: /run/sshd