Browse Source

add pillar example

master
Robert Fairburn 10 years ago
parent
commit
51277cc2f9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      pillar.example

+ 9
- 0
pillar.example View File

@@ -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…
Cancel
Save