Merge pull request #212 from findmyname666/alpine_support

Initial configuration for Alpine OS
This commit is contained in:
Matt Willsher 2022-12-28 09:32:09 +00:00 committed by GitHub
commit 788a3d8668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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