* fix typos in docs
* use keys in named literal
For easier grepping, and better stability.
* libplugin: regenerate with v1.36.10
592ca79999 upgraded
the dependency, but didn't actually regenerate.
17 lines
No EOL
310 B
Markdown
17 lines
No EOL
310 B
Markdown
# fail to ban for sshpiperd
|
|
|
|
put ip to jail for a while after failed to login for several times.
|
|
|
|
## Usage
|
|
|
|
put this plugin after other plugins, like:
|
|
|
|
```
|
|
sshpiperd <main plugin> -- failtoban
|
|
```
|
|
|
|
|
|
## Configuration
|
|
|
|
* max-failures: max failures before ban, default 5
|
|
* ban-duration: ban duration, default 1h |