ansible-sshd/vars/Arch Linux.yml
2022-08-23 15:18:41 +02:00

11 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