ansible-sshd/vars/Container Linux by CoreOS.yml

14 lines
293 B
YAML
Raw Normal View History

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