Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 586 - (show annotations) (download) (as text)
Sun Oct 7 12:52:37 2007 UTC (16 years, 6 months ago) by maya
Original Path: doc/trunk/jp/html/commandline/ttssh.html
File MIME type: text/html
File size: 2252 byte(s)
no message

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>TTSSH コマンドライン</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>TTSSH command line</h1>
13
14 TTSSHでは以下のコマンドラインパラメータが使用できます。
15
16 <pre>
17 パラメータ 説明
18 ------------------------+-------------------------------------------------------
19 /ssh-Lport1:host:port2 ローカルポート(port1)からリモートポート(port2)へポートフォワーディングする
20 /ssh-Rport1:host:port2 リモートポート(port1)からローカルポート(port2)へポートフォワーディングする
21 /ssh-X X11をポートフォワーディングする
22 /ssh-f=file teraterm.iniファイル(file)を読み込む
23 /ssh-v ログレベルを VERBOSE モードにする
24 /ssh-autologin 空のパスワードでの自動ログインを試みる
25 /ssh-autologon 同上
26 /ssh-consume=file teraterm.iniファイル(file)の読み込み後、当該ファイルを削除する。
27 /t=value TTSSHを有効にする(value=2)、無効にする(value=2以外)
28 /f=file teraterm.iniファイル(file)を読み込む
29 /1 SSH1で接続する
30 /ssh1 SSH1で接続する
31 /2 SSH2で接続する
32 /ssh2 SSH2で接続する
33 /nossh TTSSHを無効にする
34 /telnet TTSSHを無効にする
35 /auth=mode 自動ログインを試みる(mode=password, publickey, challenge)
36 /user=username ユーザ名を指定する
37 /passwd=password パスワードを指定する
38 /keyfile=file 秘密鍵を指定する
39 /ask4passwd 自動ログインをせず、パスワードを聞く
40 /auth=mode は認証方式のみを意味するようになる
41 </pre>
42
43 <pre>
44 例)
45 ttermpro.exe server1:22 /ssh /ssh-L30025:smtpsrv1:25 /ssh-L30110:pop3srv1:110
46 ttermpro.exe server2:22 /ssh /ssh-X
47 ttermpro.exe server3:22 /ssh /2 /auth=password /user=guest /passwd=guest
48 ttermpro.exe server4:22 /ssh /2 /auth=publickey /user=admin keyfile=pathofkeyfile /ask4passwd
49 </pre>
50
51 </BODY>
52 </HTML>

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