2018-08-15 07:24:41 +02:00
|
|
|
---
|
2020-11-04 21:29:48 +01:00
|
|
|
sshd_service: ssh
|
|
|
|
sshd_packages:
|
2018-08-15 07:24:41 +02:00
|
|
|
- openssh-server
|
|
|
|
- openssh-sftp-server
|
2020-11-04 21:29:48 +01:00
|
|
|
sshd_config_mode: "0644"
|
2018-08-26 00:06:42 +02:00
|
|
|
__sshd_defaults:
|
2019-01-31 10:33:01 +01:00
|
|
|
PasswordAuthentication: no
|
2018-08-15 07:24:41 +02:00
|
|
|
ChallengeResponseAuthentication: no
|
2019-01-31 10:33:01 +01:00
|
|
|
UsePAM: yes
|
2018-08-15 07:24:41 +02:00
|
|
|
X11Forwarding: yes
|
|
|
|
PrintMotd: no
|
|
|
|
AcceptEnv: LANG LC_*
|
|
|
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
2018-08-26 00:06:42 +02:00
|
|
|
__sshd_os_supported: yes
|
2020-11-23 10:00:58 +01:00
|
|
|
__sshd_runtime_directory: /run/sshd
|