Guest User

Untitled

a guest
May 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [DEFAULT]
  2.  
  3. # email address to receive notifications.
  4. destemail = root@localhost
  5. # the email address from which to send emails.
  6. sender = root@<fq-hostname>
  7. # name on the notification emails.
  8. sendername = Fail2Ban
  9. # email transfer agent to use.
  10. mta = sendmail
  11.  
  12. # see action.d/ufw.conf
  13. actionban = ufw.conf
  14. # see action.d/ufw.conf
  15. actionunban = ufw.conf
  16.  
  17. [sshd]
  18. enabled = true
  19. port = ssh
  20. filter = sshd
  21. # the length of time between login attempts for maxretry.
  22. findtime = 600
  23. # attempts from a single ip before a ban is imposed.
  24. maxretry = 5
  25. # the number of seconds that a host is banned for.
  26. bantime = 3600
Add Comment
Please, Sign In to add comment