You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Mark Hindley c4f9577d3c Version 2.4.2-1+devuan1. 2 years ago
debian Version 2.4.2-1+devuan1. 2 years ago
doc New upstream version 2.4.2 2 years ago
examples New upstream version 2.4.2 2 years ago
src New upstream version 2.4.2 2 years ago
CHANGELOG.rst New upstream version 2.4.2 2 years ago
CONTRIBUTING.rst New upstream version 2.4.2 2 years ago
COPYING Imported Upstream version 1.6.0 9 years ago
INSTALL.rst New upstream version 2.2.0 4 years ago
Makefile.am New upstream version 2.2.0 4 years ago
Makefile.in New upstream version 2.4.2 2 years ago
README.rst New upstream version 2.4.2 2 years ago
aclocal.m4 New upstream version 2.4.2 2 years ago
ar-lib New upstream version 2.2.0 4 years ago
compile New upstream version 2.2.0 4 years ago
configure New upstream version 2.4.2 2 years ago
configure.ac New upstream version 2.4.2 2 years ago
depcomp New upstream version 2.2.0 4 years ago
install-sh New upstream version 2.2.0 4 years ago
missing New upstream version 2.2.0 4 years ago
tap-driver.sh New upstream version 2.2.0 4 years ago
test-driver New upstream version 2.2.0 4 years ago
ylwrap New upstream version 2.2.0 4 years ago

README.rst

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.

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). See sshguard(8) for additional options.

Troubleshooting

See the "Troubleshooting" section in sshguard-setup(7).

Contributing

See CONTRIBUTING.rst>.

License

sshguard is available under the terms of the OpenBSD license, which is based on the ISC License. See COPYING for details.

Authors