Fix typographical errors in partials
Assisted-by: OpenCode:gpt-oss-120b
This commit is contained in:
parent
e679a5c9d4
commit
152643145e
6 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// Text excerpt about installing fail2ban
|
||||
// consumer postinstallation-tasks.adoc (main), hetzner-dc.adoc
|
||||
The software monitors the log files for authentication errors. In case of multiple retries from the same IP address, it reconfigures the firewall on the fly to block the source IP. This is to prevent brute force methods for cracking passwords and bots checking for weak passwords. However, a system administrator may also lock himself out, if they happen to make a mistake. Therefore, you can exclude destinct IP addresses, e.g. the administrators desktop, from blocking.
|
||||
The software monitors the log files for authentication errors. In case of multiple retries from the same IP address, it reconfigures the firewall on the fly to block the source IP. This is to prevent brute‑force methods for cracking passwords and bots checking for weak passwords. However, a system administrator may also lock himself out if a mistake is made. Therefore, you can exclude distinct IP addresses, e.g., the administrator's desktop, from blocking.
|
||||
|
||||
a. Installation of the software
|
||||
+
|
||||
|
|
@ -23,7 +23,7 @@ bantime = 6600
|
|||
backend = auto
|
||||
|
||||
# The main configuration file defines all services but
|
||||
# deactivates them by default. We have to activate those neeeded
|
||||
# deactivates them by default. We have to activate those needed
|
||||
[sshd]
|
||||
enabled = true
|
||||
----
|
||||
|
|
@ -38,4 +38,4 @@ d. Control in the log
|
|||
[source,]
|
||||
----
|
||||
[…]# tail -f /var/log/fail2ban.log
|
||||
----
|
||||
----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue