This commit is contained in:
nihilist 2025-05-07 09:12:05 +02:00
parent 9c49c6bef5
commit 341c24852e
9 changed files with 17 additions and 107 deletions

View file

@ -1200,7 +1200,7 @@ Now like this, the trap ssh service on port 22 is going to force the execution o
Next, to make sure that failed ssh login attempts get banned with fail2ban, we make sure that sshd outputs to auth.log, that way we ward off any potential ssh bruteforce attack, you can check out how to setup fail2ban with [this tutorial](../fail2banssh/index.md) to know how to do it.
Next, to make sure that failed ssh login attempts get banned with fail2ban, we make sure that sshd outputs to auth.log, that way we ward off any potential ssh bruteforce attack, you can check out how to setup fail2ban to know how to do it.
## **Clientside precautions**