Personal tools
You are here: Home ブログ matsuyama httptunnel + sshでセキュアなトンネルを掘る
Document Actions

httptunnel + sshでセキュアなトンネルを掘る

会社から外部のsvnにアクセスできないのがつらすぎるのでトンネル掘ります。以下は外のsshに接続することを想定しています。

まずはsshなしでのトンネル。

サーバー:

% hts -F localhost:22 80

クライアント:

% htc -F 10000 -P proxy:port server:80

接続:

% ssh -p 10000

次はsshをかましたトンネル。

サーバー:

% hts -F localhost:22 80
% /etc/init.d/sshd start

クライアント:

% htc -F 10000 -P proxy:port server:80
% ssl -f -N -L 20000:localhost:10000 localhost

接続:

% ssh -p 20000

肝心なトンネルサーバーがないので動作確認していません。manページからの推測です。(ないとおもいますが)ステガノグラフィーもかましちゃえばほとんどはじかれる心配はないかと思われます。

PS: こういう記事問題あったら連絡ください(同時に技術に対する閉塞性の証明にもなっちゃいますが)、以後書かないので。まあ僕は健全なネットワーク管理テクニックだと思っていますが。

Category(s)
network
The URL to Trackback this entry is:
http://dev.ariel-networks.com/Members/matsuyama/httptunnel-ssh30bb30ad30e530a2306a30c830f330cd30eb30926398308b/tbping

Re:httptunnel + sshでセキュアなトンネルを掘る

Posted by inoue at 2006-08-27 18:37
> こういう記事問題あったら連絡ください

問題はありません。

何が健全で何が不健全か、ぼくには分かりません。
何を守りたいかは人それぞれ違うので。

Re:httptunnel + sshでセキュアなトンネルを掘る

Posted by matsuyama at 2006-08-29 13:50
会社の人に迷惑かかったらやだなあというだけで、僕自身は別にどうでもよかったりします。
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image


Copyright(C) 2001 - 2006 Ariel Networks, Inc. All rights reserved.