Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 331 - (hide annotations) (download) (as text)
Sat Dec 16 05:12:33 2006 UTC (17 years, 3 months ago) by maya
Original Path: doc/trunk/jp/html/commandline/ttssh.html
File MIME type: text/html
File size: 2251 byte(s)
フォルダ構成を整理した。

1 maya 331 <!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     <FONT SIZE="+2">TTSSH command line</FONT><BR><BR>
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)
36     /user=username ユーザ名を指定する
37     /passwd=password パスワードを指定する
38     /keyfile=file 秘密鍵を指定する
39     /ask4passwd 自動ログインをせず、パスワードを聞く
40     /auth=mode は認証方式のみを意味するようになる
41    
42    
43     例)
44     ttermpro.exe server1:22 /ssh /ssh-L30025:smtpsrv1:25 /ssh-L30110:pop3srv1:110
45     ttermpro.exe server2:22 /ssh /ssh-X
46     ttermpro.exe server3:22 /ssh /2 /auth=password /user=guest /passwd=guest
47     ttermpro.exe server4:22 /ssh /2 /auth=publickey /user=admin keyfile=pathofkeyfile /ask4passwd
48     </pre>
49    
50     </BODY>
51     </HTML>

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