sslh - ssl/ssh multiplexer

What is it?

sslh lets one accept both HTTPS and SSH connections on the same port. It makes it possible to connect to an SSH server on port 443 (e.g. from inside a corporate firewall) while still serving HTTPS on that port.

Inspiration

This feature has already been implemented as a Perl script.

There are two problems with sslh:

The obvious solution to both problems was to re-implement it in C, which is what this program is about.

apt-get me!

sslh has been packaged for Debian, so if you use the appropriate version (SID at the moment) you can install it with a simple apt-get install sslh

Get it!