sslh 1.16 发布了,sslh 是可以让服务器的一个端口同时支持 HTTPS 和 SSH 两种协议的链接,例如可以通过 HTTPS 的 443 端口来进行 SSH 通讯,同时又不影响HTTPS本身。
改进记录:
Probes have been made more resilient to incoming data containing NULLs and now behave properly when receiving too-short packets to probe on the first incoming packet.
Libcap support has been added to keep only CAP_NET_ADMIN if started as root with transparent proxying and dropping privileges (enable USELIBCAP in Makefile).
This avoids having to mess with filesystem capabilities.
Bugs related to getpeername which would cause sslh to quit erroneously have been fixed.
IP_FREEDBIND is now set (if available) to bind to addresses which don't yet exist.c
下载地址:http://www.rutschle.net/tech/sslh-v1.16.tar.gz
来自:开源中国社区

