mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 20:42:50 +01:00
Updated Hardening Guide (WIP) (markdown)
parent
71cefc7e9b
commit
8569619a05
1 changed files with 3 additions and 1 deletions
|
@ -17,3 +17,5 @@ bitwarden_rs displays password hints on the login page to accommodate small/loca
|
|||
## SMTP hardening
|
||||
|
||||
## Brute-force mitigation
|
||||
When two-factor-authentication is not in use, it is (in theory) possible to brute-force user passwords and thus gain access to their account. One, relatively easy, way to mitigate this, is setting up fail2ban which blocks ipadresses after too many failed login attempts. However: Care should be taken when using this behind multiple reverse-proxies (such as cloudflare).
|
||||
See: [[Fail2Ban Setup|Fail2Ban Setup]]
|
Loading…
Reference in a new issue