/sshlock

Primary LanguageCOtherNOASSERTION

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.

Documentation

See the man pages in doc/ and the examples in examples/. This documentation can also be found online at http://www.sshguard.net/docs/.

Installation

See INSTALL.rst. Briefly, if you are building from Git:

autoreconf -i
./configure
make && make install

Otherwise:

./configure
make && make install

License

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

Authors