[Lunar-commits] <moonbase> sshguard: new module ...
Christian Krause
wookietreiber at lunar-linux.org
Sat Sep 17 17:33:55 CEST 2011
commit 24e85f628f10fbd29bb08f43083b3820bae33250
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Sat Sep 17 17:33:55 2011 +0200
sshguard: new module ...
... I hope one of you systemd / init.d guys can add the
corresponding scripts ;)
---
zbeta/sshguard/BUILD | 6 ++++++
zbeta/sshguard/DETAILS | 14 ++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/zbeta/sshguard/BUILD b/zbeta/sshguard/BUILD
new file mode 100644
index 0000000..23911f0
--- /dev/null
+++ b/zbeta/sshguard/BUILD
@@ -0,0 +1,6 @@
+(
+
+ OPTS+=" --with-firewall=iptables" &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/sshguard/DETAILS b/zbeta/sshguard/DETAILS
new file mode 100644
index 0000000..a86fef6
--- /dev/null
+++ b/zbeta/sshguard/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=sshguard
+ VERSION=1.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:f8f713bfb3f5c9877b34f6821426a22a7eec8df3
+ WEB_SITE=http://www.sshguard.net/
+ ENTERED=20110917
+ UPDATED=20110917
+ SHORT="brute force detector for SSH, Exim, VSFTPD and more"
+
+cat << EOF
+sshguard is a brute force detector for SSH, Exim,
+VSFTPD and more. Blocks by ip with iptables.
+EOF
More information about the Lunar-commits
mailing list