sshl - ssl/ssh multiplexer

What is it?

There is a funny little hack out there called sslh, which lets one accept both https and ssh connection on the same, one port. It lets me connect from inside my corporate proxy, which allows outbound connections on port 443, using Putty, while still being able to serve Web pages over https.

There are two problems with sslh:

The obvious solution to both problems was to re-implement it in C, because that's what geeks do.

Get it!