Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/4-stable/doc/ja/html/commandline/ttproxy.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8437 - (show annotations) (download) (as text)
Fri Dec 13 03:11:16 2019 UTC (4 years, 3 months ago) by doda
File MIME type: text/html
File size: 2230 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
6 <title>TTProxy コマンドライン</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10 <body>
11
12 <h1>TTProxy コマンドライン</h1>
13
14 <h2>形式</h2>
15 <p>
16 TTProxy では、以下のコマンドラインパラメータが使用できます。
17 </p>
18
19 <pre class="syntax">
20 -proxy=protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
21 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost
22 -noproxy
23 </pre>
24
25 <dl>
26 <dt id="protocol">protocol</dt>
27 <dd>プロキシのプロトコル<br>以下の種類が使用可能です。
28 <ul>
29 <li>http</li>
30 <li>telnet</li>
31 <li>socks4</li>
32 <li>socks5</li>
33 <li>none</li>
34 <!--li>ssl</li>
35 <li>http+ssl</li>
36 <li>telnet+ssl</li>
37 <li>socks4+ssl</li>
38 <li>socks5+ssl</li-->
39 </ul></dd>
40
41 <dt id="proxyserver">proxyserver</dt>
42 <dd>プロキシサーバ</dd>
43
44 <dt id="proxyport">proxyport</dt>
45 <dd>プロキシサーバのポート番号</dd>
46
47 <dt id="realhost">realhost</dt>
48 <dd>実際に接続したいサーバ</dd>
49
50 <dt id="user">user</dt>
51 <dd>プロキシで認証が必要な場合のユーザ名</dd>
52
53 <dt id="password">password</dt>
54 <dd>プロキシで認証が必要な場合のパスワード</dd>
55
56 <dt id="noproxy">-noproxy</dt>
57 <dd>プロキシ設定を無効化する。-proxy=none:// と同じ。</dd>
58 </dl>
59
60 <h2 id="example">使用例</h2>
61 <pre>
62 ttermpro.exe -proxy=socks5://user:pass@proxy:1080 sshserver /ssh
63 ttermpro.exe -proxy=telnet://proxy:8023 telnetserver:23 /nossh
64 ttermpro.exe -proxy=none:// sshserver /ssh
65 ttermpro.exe -noproxy sshserver /ssh
66 </pre>
67
68 <h2 id="notes">注意</h2>
69 <p>
70 以下の形式は使用できません。
71 </p>
72 <pre>
73 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport/realhost:ポート番号
74 </pre>
75
76 <p>
77 Tera Term が処理する telnet://server&lt;:port&gt; 形式のパラメータと競合するため、プロキシサーバを指定するために以下の形式を使用することはできなくなりました。
78 </p>
79 <pre>
80 protocol://&lt;user&lt;:password&gt;@&gt;proxyserver:proxyport
81 </pre>
82
83 </body>
84 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26