How to Install and Uninstall sshguard.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "sshguard.x86_64" package

Please follow the instructions below to install sshguard.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install sshguard.x86_64

2. Uninstall "sshguard.x86_64" package

Please follow the guidance below to uninstall sshguard.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove sshguard.x86_64 $ sudo dnf autoremove

3. Information about the sshguard.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:06:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : sshguard
Version : 2.4.2
Release : 7.el9
Architecture : x86_64
Size : 398 k
Source : sshguard-2.4.2-7.el9.src.rpm
Repository : epel
Summary : Protects hosts from brute-force attacks against SSH and other services
URL : http://www.sshguard.net
License : BSD and GPLv2+
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.