hysryt / wiki

https://hysryt.github.io/wiki/
0 stars 0 forks source link

SOCKS #83

Open hysryt opened 5 years ago

hysryt commented 5 years ago

https://ja.wikipedia.org/wiki/SOCKS

hysryt commented 5 years ago

プロキシ用のプロトコル。 SOCKSサーバはDMZに配置する。

クライアントサーバー間に透過的に存在できるため、あらゆるクライアントサーバ間のプロトコルに対応可能。 クライアント側には SOCKS クライアントが必要になる。

SOCKSサーバ経由でssh接続する例

ssh -o ProxyCommand='nc -x proxy.example.com:1080 %h %p' server.example.com