ansible-sshd/vars/Alpine.yml
2023-01-16 15:10:28 +01:00

10 lines
216 B
YAML

---
__sshd_packages:
- openssh
__sshd_defaults:
AuthorizedKeysFile: .ssh/authorized_keys
AllowTcpForwarding: no
GatewayPorts: no
X11Forwarding: no
Subsystem: 'sftp internal-sftp'
__sshd_os_supported: yes