2021-08-01 20:25:17 +02:00
|
|
|
---
|
2022-08-17 13:53:56 +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:
|
2023-06-13 11:51:08 +02:00
|
|
|
Include: /etc/ssh/sshd_config.d/*.conf
|
2023-04-10 22:19:29 +02:00
|
|
|
ChallengeResponseAuthentication: false
|
2023-06-13 11:51:08 +02:00
|
|
|
UsePAM: true
|
2023-04-10 22:19:29 +02:00
|
|
|
X11Forwarding: true
|
|
|
|
PrintMotd: false
|
2021-08-01 20:25:17 +02:00
|
|
|
AcceptEnv: LANG LC_*
|
2022-08-17 13:53:56 +02:00
|
|
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
2023-04-10 22:19:29 +02:00
|
|
|
__sshd_os_supported: true
|
2023-08-24 15:48:30 +02:00
|
|
|
__sshd_runtime_directory: sshd
|