Name: | sshguard |
---|---|
Version: | 2.4.2 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1813690 |
License: | BSD and GPLv2+ |
RPM: | sshguard-2.4.2-1.el7.aarch64.rpm |
Source RPM: | sshguard-2.4.2-1.el7.src.rpm |
Build Date: | Fri Jul 16 2021 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.sshguard.net |
Summary: | Protects hosts from brute-force attacks against SSH and other services |
Description: | 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. Sshguard can read log messages from standard input or monitor one or more log files. Log messages are parsed, line-by-line, for recognized patterns. If an attack, such as several login failures within a few seconds, is detected, the offending IP is blocked. Offenders are unblocked after a set interval, but can be semi-permanently banned using the blacklist option. |
- Update to 2.4.2
- Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.
- Fix backend path in example spec file - Remove SysV init related things - Require a backend - Fix wrong check for EPEL8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Revert patch from previous release as it could cause attacks to not be blocked.
- add patch that fixes high load when banning many IPs using firewalld
- Update to 2.4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- include patch to fully whitelist localhost in IPv6/v4 (PR #56) - add explicit Requires: ipset to firewalld backend