mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
vars: Update defaults based on alpine:latest
This commit is contained in:
parent
e63d6f9e99
commit
317700c72e
1 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,9 @@
|
|||
__sshd_packages:
|
||||
- openssh
|
||||
__sshd_defaults:
|
||||
AllowTcpForwarding: no
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
ChallengeResponseAuthentication: no
|
||||
AllowTcpForwarding: no
|
||||
GatewayPorts: no
|
||||
PrintMotd: no
|
||||
Subsystem: 'sftp internal-sftp'
|
||||
X11Forwarding: no
|
||||
Subsystem: 'sftp internal-sftp'
|
||||
__sshd_os_supported: yes
|
||||
|
|
Loading…
Reference in a new issue