mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
13 lines
295 B
YAML
13 lines
295 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
|