summaryrefslogtreecommitdiffstats
path: root/network/sshblock/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2012-12-16 22:16:20 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-16 22:16:31 +0100
commit8d0150f686ed0c03f6ec2a224277a3afa15b4213 (patch)
treef7c72f22ad61a738a4684ddee3b2302c9531ccc5 /network/sshblock/README
parentde6041627c2629bea001f10f27604f8fa0a615f6 (diff)
downloadslackbuilds-8d0150f686ed0c03f6ec2a224277a3afa15b4213.tar.gz
slackbuilds-8d0150f686ed0c03f6ec2a224277a3afa15b4213.tar.xz
network/sshblock: Added (an SSH dictionary-attack blocker).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sshblock/README')
-rw-r--r--network/sshblock/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/sshblock/README b/network/sshblock/README
new file mode 100644
index 0000000000..c601150cc6
--- /dev/null
+++ b/network/sshblock/README
@@ -0,0 +1,7 @@
+SSHblock is intended to dynamically and automatically stop SSH-based
+dictionary attacks by blocking any IP address that fails an SSH
+login too many times too quickly, and automatically unblocks it
+after a while.
+
+You may change the pre-defined configuration of SSHblock in
+sshblock.pl.tpl (whitelist IP, email, and hostname).