ansible-sshd/vars/Alpine.yml

13 lines
270 B
YAML
Raw Normal View History

2022-12-27 22:17:53 +01:00
---
__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