Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 27, 2024
1 parent e063c19 commit c7131f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/operations/best-practices/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Your system should close all ports that do not need to be open to the outside wo

## Eliminate Brute Force Attacks With fail2ban

[fail2ban](https://github.com/fail2ban/fail2ban) is a network security tool that checks your logs for suspicious login attempts and bans those IP addresses after repeated attempts. This will help mitigate brute force attacks on your serve.
[fail2ban](https://github.com/fail2ban/fail2ban) is a network security tool that checks your logs for suspicious login attempts and bans those IP addresses after repeated attempts. This will help mitigate brute force attacks on your server.

The default setup should work out-of-the-box by doing the simply installing `fail2ban`:

Expand Down

0 comments on commit c7131f6

Please sign in to comment.