2023-06-13 12:01:50 +02:00
|
|
|
---
|
|
|
|
__sshd_service: ssh
|
|
|
|
__sshd_packages:
|
|
|
|
- openssh-server
|
|
|
|
- openssh-sftp-server
|
|
|
|
__sshd_config_mode: "0644"
|
|
|
|
__sshd_defaults:
|
|
|
|
Include: /etc/ssh/sshd_config.d/*.conf
|
|
|
|
KbdInteractiveAuthentication: false
|
|
|
|
UsePAM: true
|
|
|
|
X11Forwarding: true
|
|
|
|
PrintMotd: false
|
|
|
|
AcceptEnv: LANG LC_*
|
|
|
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
|
|
|
__sshd_os_supported: true
|
2023-08-24 15:48:30 +02:00
|
|
|
__sshd_runtime_directory: sshd
|
2023-10-30 17:51:44 +01:00
|
|
|
|
|
|
|
__sshd_environment_file: /etc/default/ssh
|
|
|
|
__sshd_environment_variable: $SSHD_OPTS
|
|
|
|
__sshd_service_after: auditd.service
|
|
|
|
__sshd_service_alias: sshd
|
|
|
|
__sshd_socket_accept: false
|