slackbuilds/network/sshguard
B. Watson ad121e01c4 network/sshguard: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:24:29 -04:00
..
README network/sshguard: Wrap README at 72 columns. 2022-03-14 03:24:29 -04:00
doinst.sh
rc.sshguard
slack-desc
sshguard.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
sshguard.info

README

SSHGuard protects hosts from brute-force attacks against SSH and
other services. It has been written entirely in C and has no external
dependencies and no configuration file. SSHGuard aggregates system
logs and blocks repeat offenders. It can read log messages from
standard input (suitable for piping from syslog) or monitor one or
more log files. Log messages are parsed, line-by-line, for recognized
patterns. If an attack, such as several login failures within a few
seconds, is detected, the offending IP is blocked. Offenders are
unblocked after a set interval, but can be semi-permanently banned
using the blacklist option.

IMPORTANT:

You will need to properly set up "sshguard" chain in iptables. For
further information PLEASE CONSULT MAN PAGE, installed together with
this package. The information available on the website tends to be
outdated, (it is well worth reading anyway).