mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-04 19:03:29 +01:00
10 lines
283 B
YAML
10 lines
283 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: true
|
|
__sshd_manage_var_run: false
|
|
__sshd_packages: []
|