summaryrefslogtreecommitdiffstats
path: root/network/sshguard
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:24:29 +0100
committer B. Watson2022-03-14 08:24:29 +0100
commitad121e01c4e385fee5ab03d13ad93d269ab722b8 (patch)
treea63914a85db69e3ced88b25bf9802d75d0b25982 /network/sshguard
parente882444c056bd73626fc1d09edf22c6e3f571eb8 (diff)
downloadslackbuilds-ad121e01c4e385fee5ab03d13ad93d269ab722b8.tar.gz
network/sshguard: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/sshguard')
-rw-r--r--network/sshguard/README27
1 files changed, 15 insertions, 12 deletions
diff --git a/network/sshguard/README b/network/sshguard/README
index e20330a6c7..9e31763a32 100644
--- a/network/sshguard/README
+++ b/network/sshguard/README
@@ -1,14 +1,17 @@
-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.
+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).
+
+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).