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.
|
2 years ago | |
---|---|---|
debian | 2 years ago | |
doc | 2 years ago | |
examples | 2 years ago | |
src | 2 years ago | |
CHANGELOG.rst | 2 years ago | |
CONTRIBUTING.rst | 2 years ago | |
COPYING | 9 years ago | |
INSTALL.rst | 4 years ago | |
Makefile.am | 4 years ago | |
Makefile.in | 2 years ago | |
README.rst | 2 years ago | |
aclocal.m4 | 2 years ago | |
ar-lib | 4 years ago | |
compile | 4 years ago | |
configure | 2 years ago | |
configure.ac | 2 years ago | |
depcomp | 4 years ago | |
install-sh | 4 years ago | |
missing | 4 years ago | |
tap-driver.sh | 4 years ago | |
test-driver | 4 years ago | |
ylwrap | 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.
- 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). 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
- Michele Mazzucchi <mij@bitchx.it>,
- T.J. Jones <tjjones03@gmail.com>,
- Kevin Zheng <kevinz5000@gmail.com>