Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
jail.local.j2 286 B
Newer Older
  • Learn to ignore specific revisions
  • [DEFAULT]
    banaction = ufw
    bantime   = 3600
    maxretry  = 3
    ignoreip  = 127.0.0.1 {{gateway}} {% for host in groups['all'] %}{{hostvars[host]['ansible_host']|ansible.netcommon.ipaddr('public')}} {% endfor %}
    
    
    [ssh]
    enabled  = true
    filter = sshd
    logpath = /var/log/auth.log
    findtime = 300