mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 19:10:18 +01:00
12 lines
270 B
YAML
12 lines
270 B
YAML
---
|
|
__sshd_packages:
|
|
- openssh
|
|
__sshd_defaults:
|
|
AllowTcpForwarding: no
|
|
AuthorizedKeysFile: .ssh/authorized_keys
|
|
ChallengeResponseAuthentication: no
|
|
GatewayPorts: no
|
|
PrintMotd: no
|
|
Subsystem: 'sftp internal-sftp'
|
|
X11Forwarding: no
|
|
__sshd_os_supported: yes
|