mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Merge pull request #212 from findmyname666/alpine_support
Initial configuration for Alpine OS
This commit is contained in:
commit
788a3d8668
1 changed files with 12 additions and 0 deletions
12
vars/Alpine.yml
Normal file
12
vars/Alpine.yml
Normal 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
|
Loading…
Reference in a new issue