ansible-sshd/vars/Archlinux.yml
2018-09-03 00:23:58 +02:00

11 lines
274 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