ansible/roles/sshd/vars/Archlinux.yml

12 lines
270 B
YAML
Raw Normal View History

2021-03-11 08:04:57 -06:00
---
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