mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Adding fail2ban install command
@@ -7,7 +7,10 @@ After specifying the log file location, failed login attempts will appear in the
|
|||||||
```
|
```
|
||||||
[YYYY-MM-DD hh:mm:ss][bitwarden_rs::api::identity][ERROR] Username or password is incorrect. Try again. IP: XXX.XXX.XXX.XXX. Username: email@domain.com.
|
[YYYY-MM-DD hh:mm:ss][bitwarden_rs::api::identity][ERROR] Username or password is incorrect. Try again. IP: XXX.XXX.XXX.XXX. Username: email@domain.com.
|
||||||
```
|
```
|
||||||
|
Install Fail2Ban (under Debian/Rasbian)
|
||||||
|
```
|
||||||
|
sudo apt-get install fail2ban -y
|
||||||
|
```
|
||||||
## Fail2Ban Filter
|
## Fail2Ban Filter
|
||||||
|
|
||||||
Create the filter file
|
Create the filter file
|
||||||
|
|||||||
Reference in New Issue
Block a user