mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
16 lines
340 B
YAML
16 lines
340 B
YAML
|
---
|
||
|
sshd_service: ssh
|
||
|
sshd_packages:
|
||
|
- openssh-server
|
||
|
- openssh-sftp-server
|
||
|
__sshd_config_mode: "0644"
|
||
|
__sshd_defaults:
|
||
|
ChallengeResponseAuthentication: no
|
||
|
X11Forwarding: yes
|
||
|
PrintMotd: no
|
||
|
AcceptEnv: LANG LC_*
|
||
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
||
|
UsePAM: yes
|
||
|
__sshd_os_supported: yes
|
||
|
__sshd_runtime_directory: /run/sshd
|