Add support for Archlinux

This commit is contained in:
Paul Nicholson 2015-01-03 21:00:40 -08:00
parent 3923a75844
commit cba99a15d2

14
vars/Archlinux.yml Normal file
View file

@ -0,0 +1,14 @@
---
sshd_service: sshd
sshd_packages:
- openssh
sshd_sftp_server: /usr/lib/ssh/sftp-server
sshd_defaults:
Port: 22
Protocol: 2
AuthorizedKeysFile: .ssh/authorized_keys
ChallengeResponseAuthentication: no
PrintMotd: no
Subsystem: "sftp {{ sshd_sftp_server }}"
UsePAM: yes
UsePrivilegeSeparation: sandbox