sshpiper/plugin/failtoban
Josh Bleecher Snyder 17c0645dc6
fix typos, re-run protoc (#686)
* 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.
2025-12-04 12:58:56 -08:00
..
main.go all: run gofumpt (#652) 2025-08-29 20:04:31 -07:00
README.md fix typos, re-run protoc (#686) 2025-12-04 12:58:56 -08:00

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