ansible-sshd/vars/Container Linux by CoreOS.yml
2018-09-03 00:23:58 +02:00

13 lines
293 B
YAML

---
# There is no package manager in CoreOS
__sshd_packages: []
__sshd_service: sshd
__sshd_sftp_server: internal-sftp
__sshd_defaults:
Subsystem: "sftp {{ sshd_sftp_server }}"
ClientAliveInterval: 180
UseDNS: no
UsePAM: yes
PrintLastLog: no
PrintMotd: no
__sshd_os_supported: yes