ansible-sshd/vars/OpenBSD.yml

10 lines
257 B
YAML
Raw Normal View History

2016-10-19 21:33:15 +02:00
---
__sshd_config_group: wheel
__sshd_config_mode: "0600"
__sshd_sftp_server: /usr/libexec/sftp-server
__sshd_defaults:
2016-10-19 21:33:15 +02:00
AuthorizedKeysFile: .ssh/authorized_keys
Subsystem: "sftp {{ sshd_sftp_server }}"
__sshd_os_supported: yes
__sshd_manage_var_run: no