fix: debian 11 defaults

This commit is contained in:
Dominik Rimpf 2023-06-13 11:51:08 +02:00
parent 039aa32606
commit 4ba6ca1a80
Failed to extract signature
2 changed files with 3 additions and 2 deletions

View file

@ -6,10 +6,10 @@ __sshd_packages:
__sshd_config_mode: "0644"
__sshd_defaults:
ChallengeResponseAuthentication: false
UsePAM: true
X11Forwarding: true
PrintMotd: false
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd

View file

@ -5,11 +5,12 @@ __sshd_packages:
- openssh-sftp-server
__sshd_config_mode: "0644"
__sshd_defaults:
Include: /etc/ssh/sshd_config.d/*.conf
ChallengeResponseAuthentication: false
UsePAM: true
X11Forwarding: true
PrintMotd: false
AcceptEnv: LANG LC_*
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true
__sshd_runtime_directory: /run/sshd