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

Last updated: May 09,2024

1. Install "sslh.x86_64" package

This guide covers the steps necessary to install sslh.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install sslh.x86_64

2. Uninstall "sslh.x86_64" package

Please follow the guidelines below to uninstall sslh.x86_64 on Fedora 35:

$ sudo dnf remove sslh.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:47:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sslh
Version : 1.21c
Release : 3.fc35
Architecture : x86_64
Size : 81 k
Source : sslh-1.21c-3.fc35.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.