sshd-action.conf 482 B

12345678910111213141516
  1. # Fail2Ban custom action configuration file
  2. #
  3. # Created By : cybergavin
  4. # Created On : 27-FEB-2020
  5. #
  6. ########################################################################################################
  7. [Definition]
  8. actionstart =
  9. actionstop =
  10. actioncheck =
  11. actionban = /etc/fail2ban/banaction.sh -i "<ip>" -u <F-USER> -f <failures>
  12. actionunban =
  13. [Init]
  14. name = default
  15. ########################################################################################################