add pillar example
This commit is contained in:
parent
b24101264f
commit
51277cc2f9
@ -30,6 +30,15 @@ sshd_config:
|
||||
Subsystem: "sftp /usr/lib/openssh/sftp-server"
|
||||
UsePAM: 'yes'
|
||||
UseDNS: 'yes'
|
||||
matches:
|
||||
sftp_chroot:
|
||||
type:
|
||||
Group: sftpusers
|
||||
options:
|
||||
ChrootDirectory: /sftp-chroot/%u
|
||||
X11Forwarding: no
|
||||
AllowTcpForwarding: no
|
||||
ForceCommand: internal-sftp
|
||||
|
||||
openssh:
|
||||
auth:
|
||||
|
Loading…
Reference in New Issue
Block a user