ansible-sshd/vars/Archlinux.yml

12 lines
266 B
YAML
Raw Normal View History

2015-01-04 13:51:40 +01: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
2015-01-13 18:41:56 +01:00
sshd_os_supported: yes