Sfoglia il codice sorgente

add DenyUsers and DenyGroups example

master
Niels Abspoel 10 anni fa
parent
commit
6e65cdad03
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      pillar.example

+ 4
- 1
pillar.example Vedi File

@@ -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…
Annulla
Salva