renaudallard / sshlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:C 80.9%Language:Lex 8.4%Language:Yacc 4.6%Language:Shell 4.1%Language:Makefile 1.2%Language:M4 0.7%