Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Depending on what is legit usage on port 80/443, you can ban rapid POSTs, which are almost always bots trying to brute-force login forms. Even if hammering a non-existing wp-admin isn't much of a risk, it will create noise that is annoying for any access statistics you might do. Commented Aug 14, 2020 at 6:17
  • Since 80 and 443 are for web servers, there's actually a lot fail2ban can do depending on the webapp that's hosted. I think this answer is misleading by suggesting it's just an SSH protection. It's really much more. Commented Aug 14, 2020 at 23:33