2011年 11月 12日 はてなブックマーク -
タグ: #Linux

sslh - ssl/ssh multiplexer

What is it?

sslh accepts HTTPS, SSH and OpenVPN connections on the same port. This makes it possible to connect to an SSH server or an OpenVPN on port 443 (e.g. from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port.

Install me!

sslh has been packaged for Debian, Gentoo, FreeBSD and some other operating systems, so check out your favourite package repository first before installing by hand.

It should also work under Windows with Cygwin.

ssl/ssh multiplexer

ファイアーウォールによりhttpsであるport443の通信しか許可されていない環境から、ssh接続できるようにサーバにインストールしておくと便利なOSSです。

このデーモンが待ち受けて、プロトコルによってhttpsなのか、sshなのか、openvpnなのかを判定して該当するプログラムに受け渡します。


6ヶ月前 | | 2011年 11月 12日 | このエントリーを含むはてなブックマーク