瀏覽代碼

add DenyUsers and DenyGroups example

master
Niels Abspoel 10 年之前
父節點
當前提交
6e65cdad03
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      pillar.example

+ 4
- 1
pillar.example 查看文件

@@ -33,7 +33,10 @@ sshd_config:
UsePAM: 'yes'
UseDNS: 'yes'
AllowUsers: 'vader@10.0.0.1 maul@evil.com sidious luke'
AllowGroups: 'wheel staff'
DenyUsers: 'yoda chewbaca@112.10.21.1'
AllowGroups: 'wheel staff imperial'
DenyGroups: 'rebel'
Deny
matches:
sftp_chroot:
type:

Loading…
取消
儲存