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).
NOTE:
You may need to add this in /etc/rc.d/rc.local after giving
execute permission on /etc/rc.d/rc.sshblock
# Start sshblock
if [ -x /etc/rc.d/rc.sshblock ]; then
/etc/rc.d/rc.sshblock start
fi
This requires: swatch
Maintained by: Willy Sudiarto Raharjo
Keywords: ssh,sshblock,ssh blocker
ChangeLog: sshblock
Homepage:
http://kagan.mactane.org/software/sshblock/
Download SlackBuild:
sshblock.tar.gz
sshblock.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
doinst.sh |
rc.sshblock |
slack-desc |
sshblock.SlackBuild |
sshblock.info |
sshblock.pl.tpl |
sshblock.tpl |
sshunblock.pl.tpl |
© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds