Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/menu/setup-sshauth.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10931 - (show annotations) (download) (as text)
Fri Sep 15 16:38:55 2023 UTC (8 months, 1 week ago) by zmatsuo
File MIME type: text/html
File size: 4493 byte(s)
ドキュメント内のリンク切れを修正

- menu\setup-additional.html をいくつかのファイルに分割した
  - この時すべてのリンクをチェックできていなかった
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>SSH Authentication([Setup] 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>SSH Authentication([Setup] Menu)</h1>
13
14 <h2>"TTSSH: Authentication Setup" Dialog box</h2>
15 <dl id="DefaultUserType">
16 <dt id="DefaultUserName">User name</dt>
17 <dd>
18 Specify user name to be used for SSH connection.<br />
19 When <a href="#CheckAuthListFirst">Check the supported authentication methods before login</a> was checked, you can not change user name.
20
21 <dl>
22 <dt>Do not enter username</dt>
23 <dd>
24 Do not enter username.
25 </dd>
26
27 <dt>Use default username</dt>
28 <dd>
29 Use default username.<br />
30 Default username is entered in the edit box.<br />
31 However, nothing will be input if the edit box is empty.
32 </dd>
33
34 <dt>Use logon username</dt>
35 <dd>
36 Use Windows logon username.
37 </dd>
38 </dl>
39
40 </dd>
41
42 <dt id="DefaultAuthMethod">Specify default authentication method.</dt>
43 <dd>
44
45 <dl>
46 <dt>Use plain password to log in</dt>
47 <dd>
48 Specify Password if a password authentication is used.
49 </dd>
50
51 <dt>Use RSA/DSA/ECDSA/ED25519 key to login</dt>
52 <dd>
53 Choose an authentication method using RSA/DSA/ECDSA/ED25519 key which are previously generated.<br />
54 <dl>
55 <dt id="DefaultRSAPrivateKeyFile">Private key file<dt>
56 <dd>
57 Specify OpenSSH format private key file.<br />
58 TTSSH 2.63(Tera Term 4.76) later can support the PuTTY format and SECSH(ssh.com) format of the SSH2 private key.
59 </dd>
60 </dl>
61 </dd>
62
63 <dt>Use rhost to login (SSH1)</dt>
64 <dd>
65 Specify if rhost connection is allowed by Host.
66 <dl>
67 <dt id="DefaultRhostsLocalUserName">Local user name<dt>
68 <dd>
69 Specify user name.
70 </dd>
71 <dt id="DefaultRhostsHostPrivateKeyFile">Host private key file<dt>
72 <dd>
73 Specify OpenSSH format private key file.
74 </dd>
75 </dl>
76 </dd>
77
78 <dt>Use SSH1:challenge/response(TIS) / SSH2:keyboard-interactive to log in</dt>
79 <dd>
80 <dl>
81 <dt>SSH1</dt>
82 <dd>
83 Choose if Challenge/Response authentication is available.
84 It may be S/Key authentication depending on the server.
85 </dd>
86 <dt>SSH2</dt>
87 <dd>
88 Choose if keyboard-interactive authentication is available.
89 This authentication method is used to log in to the server by using your password
90 that has disabled password authentication such as FreeBSD. <br>
91 Encrypted input data are sent to the server with the method.
92 When a password is input for authentication, same as password authentication,
93 encrypted password passes through.
94
95 </dd>
96 </dl>
97 </dd>
98
99 <dt>Use Pageant</dt>
100 <dd>
101 Choose an authentication method using RSA/DSA key with Pageant.<br>
102 TTSSH does not handle a private key file.
103 </dd>
104 </dl>
105
106 </dd>
107
108 <dt id="CheckAuthListFirst">
109 Check the supported authentication methods before login (SSH2)
110 </dt>
111 <dd>
112 Modified to confirm the available authentication method for the server prior to login and invalidate unsupported method.<br>
113 Modified to access the server by using only user name in background when displaying authentication dialog. In order for this feature to work, user name must be identified when a connection request is started. If user name is specified in a default user name or in a command line, it will be used.<br>
114 If a focus is lost after user name is entered, a content of user name field is used and it can't be changed afterward.
115 </dd>
116 </dl>
117 </body>
118 </html>

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