mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-23 03:20:19 +01:00
14 lines
283 B
YAML
14 lines
283 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
|