mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
10 lines
245 B
YAML
10 lines
245 B
YAML
|
---
|
||
|
sshd_config_group: wheel
|
||
|
sshd_config_mode: "0600"
|
||
|
sshd_sftp_server: /usr/libexec/sftp-server
|
||
|
sshd_defaults:
|
||
|
AuthorizedKeysFile: .ssh/authorized_keys
|
||
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
||
|
sshd_os_supported: yes
|
||
|
sshd_manage_var_run: no
|