Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/menu/file-new.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10870 - (show annotations) (download) (as text)
Wed Aug 23 14:17:40 2023 UTC (9 months ago) by nmaya
File MIME type: text/html
File size: 5250 byte(s)
外部へのリンクに target="_blank" を指定

chm を表示している hh.exe 外(標準のブラウザ?)で開くリンクになる
ticket #44049
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=iso-8859-1">
6 <title>New connection ([File] menu)</title>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10
11 <body>
12 <h1>New connection ([File] menu)</h1>
13 <p>
14 Connects to a new host or a serial port or a named pipe. Also, Replays a log file.
15 If the connection is already open, opens a new Tera Term window.
16 </p>
17
18 <h2>"New connection" dialog box</h2>
19
20 <h3>TCP/IP</h3>
21 <dl>
22 <dt>Host</dt>
23 <dd>
24 Enter the host name or IP address(IPv4 and IPv6) or named pipe, or select one from the host list.
25 To edit the host list, use the
26 <a href="setup-tcpip.html">[Setup] TCP/IP</a> command.<br>
27 The IPv6 address is surround with the bracket. (Refer to <a href="http://tools.ietf.org/html/rfc3986" target="_blank">RFC3986</a> / <a href="http://tools.ietf.org/html/rfc5952#section-6" target="_blank">RFC5952</a>)<br>
28 You can enter not only the host name or address, but also the
29 <a href="../commandline/teraterm.html">command line parameters</a>
30 like the following:<br>
31
32 <pre>
33 myhost.example.com Host name only.
34 myhost.example.com:23 Host name with a port number.
35 foohost.example.org /F=FOOHOST.INI Host name &amp; setup file name.
36 /C=1 Specifies the serial port connection.
37 /R=LOG.DAT Replays the log file.
38 [2001:db8:1:2:8401:2ff:fe03:405] IPv6 address
39 [fe80::8401:2ff:fe03:405%3]:8022 IPv6 address and Port number
40 user@myhost.example.com:10022 /ssh SSH connection to a port number other than 22
41 ssh://user@myhost.example.com SSH connection to the SSH protocol(ssh://)
42 \\.\pipe\vmware-serial-port Named pipe connection
43 </pre>
44
45 This edit control can support the Ctrl+a(Home key), Ctrl+e(End key), Ctrl+b(left-arrow), Ctrl+f(right-arrow), Ctrl+n(down-arrow), Ctrl+p(up-arrow), Ctrl+d(delete the character at point), Ctrl+k(kill the text from point to the end of the line) and Ctrl+u(kill backward from point to the beginning of the line).
46 </dd>
47
48 <dt>History</dt>
49 <dd>
50 Displayed when TTSSH is enabled. <br>
51 This option is select, the entered hostname will be added to the top of the host list when connecting to the input host.
52 This checkbox uses function of <a href="setup-tcpip.html#HistoryList">History</a> in the <a href="setup-tcpip.html">[Setup] menu</a>.
53 </dd>
54
55 <dt>Telnet</dt>
56 <dd>
57 Enables the telnet protocol.
58 </dd>
59
60 <dt>SSH</dt>
61 <dd>
62 Default selected option. Displayed when TTSSH is enabled.<br>
63 Enables the SSH protocol.
64 </dd>
65
66 <dt>Other</dt>
67 <dd>
68 Displayed when TTSSH is enabled.<br>
69 Enables other protocol from except telnet and SSH.
70 </dd>
71
72 <dt>TCP port#</dt>
73 <dd>
74 Specify the port number according to the selected service.<br>
75 The default is as follows.<br>
76 <table border="1">
77 <tr>
78 <th>Service</th>
79 <th>TCP port#</th>
80 <th>etc.</th>
81 </tr>
82
83 <tr>
84 <td>Telnet</td>
85 <td>23</td>
86 <td>well-known ports</td>
87 </tr>
88
89 <tr>
90 <td>SSH</td>
91 <td>22</td>
92 <td>well-known ports<br>Displayed when TTSSH is enabled.</td>
93 </tr>
94
95 <tr>
96 <td>Other</td>
97 <td>(Optional)</td>
98 <td>Displayed when TTSSH is enabled.</td>
99 </tr>
100
101 </table>
102 </dd>
103
104 <dt>SSH version</dt>
105 <dd>
106 Displayed when TTSSH is enabled.<br>
107 Uses for connection by selected from version ssh1 or ssh2.
108 </dd>
109
110 <dt>IP version</dt>
111 <dd>
112 Selects as an IP version from AUTO or IPv6 or IPv4.<br>
113 The AUTO try to connect to the IP address associated with the hostname.<br>
114 Either IPv6 or IPv4 using depends on the OS setting(priority of IP version).
115 </dd>
116
117 </dl>
118 <p class="indent1">
119 Note:<br>
120 Only if &lt;telnet flag&gt; is on and &lt;TCP port#&gt; is 23,
121 Tera Term starts spontaneously sending telnet commands to the host
122 for the option negotiation when the TCP/IP connection is established.
123 In any cases, Tera Term can respond to telnet commands sent by the host.
124 </p>
125
126 <p class="indent1">
127 See also:<br>
128 <a href="../usage/tips/not_port23.html">Telnet port number / Terminal setup for non-telnet connection</a>
129 </p>
130
131 <h3>Serial</h3>
132 <dl>
133 <dt>Port</dt>
134 <dd>
135 Select a port from the list. By default, maximum serial port number in the list is 256. Also, the serial port does not show when there is no available port. It is configurable in <a href="../setup/teraterm-com.html#maxport">MaxComPort</a> setting.
136 </dd>
137 </dl>
138 </body>
139 </html>

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