Explorar el Código

add DenyUsers and DenyGroups example

master
Niels Abspoel hace 10 años
padre
commit
6e65cdad03
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      pillar.example

+ 4
- 1
pillar.example Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar