mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
docs - adding rate-limit info https://github.com/Ylianst/MeshCentral/issues/4514
This commit is contained in:
parent
8f89665421
commit
51eba3a142
3 changed files with 20 additions and 0 deletions
BIN
docs/docs/meshcentral/images/rate_limiting_logins.png
Normal file
BIN
docs/docs/meshcentral/images/rate_limiting_logins.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
19
docs/docs/meshcentral/security.md
Normal file
19
docs/docs/meshcentral/security.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Security
|
||||
|
||||
## Rate Limiting login attempts
|
||||
|
||||
You can use the MeshCentral Server Console with the command `badlogins` to see the current settings.
|
||||
|
||||
Adjust these items in your `config.json`
|
||||
|
||||
```json
|
||||
"settings": {
|
||||
"_maxInvalidLogin": {
|
||||
"time": 10,
|
||||
"count": 10,
|
||||
"coolofftime": 10
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue