mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
12 lines
276 B
YAML
12 lines
276 B
YAML
|
---
|
||
|
__sshd_packages:
|
||
|
- openssh
|
||
|
__sshd_sftp_server: /usr/lib/ssh/sftp-server
|
||
|
__sshd_defaults:
|
||
|
AuthorizedKeysFile: .ssh/authorized_keys
|
||
|
ChallengeResponseAuthentication: no
|
||
|
PrintMotd: no
|
||
|
Subsystem: "sftp {{ __sshd_sftp_server }}"
|
||
|
UsePAM: yes
|
||
|
__sshd_os_supported: yes
|