How to Install and Uninstall sslh.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "sslh.x86_64" package

In this section, we are going to explain the necessary steps to install sslh.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install sslh.x86_64

2. Uninstall "sslh.x86_64" package

Please follow the step by step instructions below to uninstall sslh.x86_64 on Fedora 34:

$ sudo dnf remove sslh.x86_64 $ sudo dnf autoremove

3. Information about the sslh.x86_64 package on Fedora 34

Last metadata expiration check: 0:43:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sslh
Version : 1.21c
Release : 1.fc34
Architecture : x86_64
Size : 83 k
Source : sslh-1.21c-1.fc34.src.rpm
Repository : fedora
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.