mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
fix: debian 11 defaults
This commit is contained in:
parent
039aa32606
commit
4ba6ca1a80
2 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,10 @@ __sshd_packages:
|
||||||
__sshd_config_mode: "0644"
|
__sshd_config_mode: "0644"
|
||||||
__sshd_defaults:
|
__sshd_defaults:
|
||||||
ChallengeResponseAuthentication: false
|
ChallengeResponseAuthentication: false
|
||||||
|
UsePAM: true
|
||||||
X11Forwarding: true
|
X11Forwarding: true
|
||||||
PrintMotd: false
|
PrintMotd: false
|
||||||
AcceptEnv: LANG LC_*
|
AcceptEnv: LANG LC_*
|
||||||
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
||||||
UsePAM: true
|
|
||||||
__sshd_os_supported: true
|
__sshd_os_supported: true
|
||||||
__sshd_runtime_directory: /run/sshd
|
__sshd_runtime_directory: /run/sshd
|
||||||
|
|
|
@ -5,11 +5,12 @@ __sshd_packages:
|
||||||
- openssh-sftp-server
|
- openssh-sftp-server
|
||||||
__sshd_config_mode: "0644"
|
__sshd_config_mode: "0644"
|
||||||
__sshd_defaults:
|
__sshd_defaults:
|
||||||
|
Include: /etc/ssh/sshd_config.d/*.conf
|
||||||
ChallengeResponseAuthentication: false
|
ChallengeResponseAuthentication: false
|
||||||
|
UsePAM: true
|
||||||
X11Forwarding: true
|
X11Forwarding: true
|
||||||
PrintMotd: false
|
PrintMotd: false
|
||||||
AcceptEnv: LANG LC_*
|
AcceptEnv: LANG LC_*
|
||||||
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
||||||
UsePAM: true
|
|
||||||
__sshd_os_supported: true
|
__sshd_os_supported: true
|
||||||
__sshd_runtime_directory: /run/sshd
|
__sshd_runtime_directory: /run/sshd
|
||||||
|
|
Loading…
Reference in a new issue