Add vars for Alpine OS

This commit is contained in:
Adrian Eib 2022-12-27 22:17:53 +01:00
parent 6f4d3d8fdb
commit 16b4d4150d
No known key found for this signature in database
GPG key ID: 0FFEBF035F2B45AA

12
vars/Alpine.yml Normal file
View file

@ -0,0 +1,12 @@
---
__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