2021-05-09 16:40:38 +02:00
2020-12-20 15:13:13 +01:00
2021-04-25 09:06:31 +02:00
2021-03-17 21:16:08 +01:00
2021-03-17 21:16:08 +01:00
2021-04-21 08:48:31 +02:00
t
2021-04-03 21:27:44 +02:00
2021-05-09 16:40:38 +02:00
2021-02-23 21:19:23 +01:00
2020-12-06 15:50:08 +01:00

sslh -- A ssl/ssh multiplexer

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, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP, SOCKS5, are implemented, and any other protocol that can be tested using a regular expression, can be recognised. 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 demultiplexer, or a switchboard. With the SNI and ALPN probe, it makes a good front-end to a virtual host farm hosted behind a single IP address.

sslh has the bells and whistles expected from a mature daemon: privilege and capabilities dropping, inetd support, systemd support, transparent proxying, chroot, logging, IPv4 and IPv6, a fork-based and a select-based model, and more.

Install

Please refer to the install guide.

Configuration

Please refer to the configuration guide.

Comments? Questions?

You can subscribe to the sslh mailing list here: https://lists.rutschle.net/mailman/listinfo/sslh

This mailing list should be used for discussion, feature requests, and will be the preferred channel for announcements.

Of course, check the FAQ first!

Description
No description provided
Readme 4 MiB
Languages
C 91.6%
Perl 4.7%
Shell 2.3%
Makefile 0.8%
Scilab 0.3%
Other 0.3%