ansible-sshd/vars/Archlinux.yml

12 lines
284 B
YAML
Raw Normal View History

2015-01-04 13:51:40 +01:00
---
__sshd_packages:
2015-01-04 13:51:40 +01:00
- openssh
__sshd_sftp_server: /usr/lib/ssh/sftp-server
__sshd_defaults:
2015-01-04 13:51:40 +01:00
AuthorizedKeysFile: .ssh/authorized_keys
ChallengeResponseAuthentication: false
PrintMotd: false
Subsystem: "sftp {{ __sshd_sftp_server }}"
UsePAM: true
__sshd_os_supported: true