How to Install and Uninstall sslh.x86_64 Package on Rocky Linux 8
Last updated: November 10,2024
1. Install "sslh.x86_64" package
This tutorial shows how to install sslh.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
sslh.x86_64
Copied
2. Uninstall "sslh.x86_64" package
Here is a brief guide to show you how to uninstall sslh.x86_64 on Rocky Linux 8:
$
sudo dnf remove
sslh.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the sslh.x86_64 package on Rocky Linux 8
Last metadata expiration check: 0:13:02 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : sslh
Version : 1.20
Release : 1.el8
Architecture : x86_64
Size : 62 k
Source : sslh-1.20-1.el8.src.rpm
Repository : epel
Summary : Applicative protocol(SSL/SSH) multiplexer
URL : https://github.com/yrutschle/sslh
License : GPLv2
Description : sslh accepts connections on specified ports, and forwards them further
: based on tests performed on the first data packet sent by the remote
: client.
:
: Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and
: any other protocol that can be tested using a regular expression, can
: be recognized. A typical use case is to allow serving several services
: on port 443 (e.g. to connect to ssh from inside a corporate firewall,
: which almost never block port 443) while still serving HTTPS on that port.
:
: Hence sslh acts as a protocol multiplexer, or a switchboard. Its name
: comes from its original function to serve SSH and HTTPS on the same port.
Available Packages
Name : sslh
Version : 1.20
Release : 1.el8
Architecture : x86_64
Size : 62 k
Source : sslh-1.20-1.el8.src.rpm
Repository : epel
Summary : Applicative protocol(SSL/SSH) multiplexer
URL : https://github.com/yrutschle/sslh
License : GPLv2
Description : sslh accepts connections on specified ports, and forwards them further
: based on tests performed on the first data packet sent by the remote
: client.
:
: Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and
: any other protocol that can be tested using a regular expression, can
: be recognized. A typical use case is to allow serving several services
: on port 443 (e.g. to connect to ssh from inside a corporate firewall,
: which almost never block port 443) while still serving HTTPS on that port.
:
: Hence sslh acts as a protocol multiplexer, or a switchboard. Its name
: comes from its original function to serve SSH and HTTPS on the same port.