No description
  • C 94.3%
  • Makefile 3%
  • Shell 2%
  • Lex 0.4%
  • Yacc 0.3%
Find a file
Daniel Baumann 43dbee5109
Releasing fastforward version 2.5.1-2~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-12-02 19:56:41 +01:00
debian Releasing fastforward version 2.5.1-2~ffwd13+u1. 2025-12-02 19:56:41 +01:00
doc Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
examples Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
src Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
aclocal.m4 Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
ar-lib Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
CHANGELOG.rst Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
compile Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
configure Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
configure.ac Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
CONTRIBUTING.rst Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
COPYING Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
depcomp Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
install-sh Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
INSTALL.rst Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
Makefile.am Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
Makefile.in Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
missing Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
README.rst Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
tap-driver.sh Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
test-driver Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00
ylwrap Adding upstream version 2.5.1. 2025-12-02 19:56:06 +01:00

========
SSHGuard
========
**sshguard** protects hosts from brute-force attacks against SSH and other
services. It aggregates system logs and blocks repeat offenders using one of
several firewall backends.

- Website: https://www.sshguard.net/
- Bitbucket: https://bitbucket.org/sshguard/sshguard/


Installation
============
See `<INSTALL.rst>`_ for dependencies and detailed instructions. Briefly:

If you are building from **Git**, run this first::

    autoreconf -i

Then, build it like a normal source distribution::

    ./configure
    make && make install


Usage
=====
Copy the sample configuration file `<examples/sshguard.conf.sample>`_ and
follow the setup instructions in `sshguard-setup(7)
<doc/sshguard-setup.7.rst>`_. See `sshguard(8) <doc/sshguard.8.rst>`_ for
additional options.


Troubleshooting
===============
See the "Troubleshooting" section in `sshguard-setup(7)
<doc/sshguard-setup.7.rst>`_.


Contributing
============
See `<CONTRIBUTING.rst>`_>.


License
=======
**sshguard** is available under the terms of the `OpenBSD license
<http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share/misc/license.template?rev=HEAD>`_,
which is based on the ISC License. See `<COPYING>`_ for details.


Authors
=======
* Michele Mazzucchi <mij@bitchx.it>,
* T.J. Jones <tjjones03@gmail.com>,
* Kevin Zheng <kevinz5000@gmail.com>