Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7919 - (show annotations) (download) (as text)
Wed Aug 7 01:26:21 2019 UTC (4 years, 9 months ago) by kazuya_jimba
File MIME type: text/html
File size: 2646 byte(s)
Tag の記述誤りを訂正した
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 Keygenerator ([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 Keygenerator ([Setup] Menu)</h1>
13
14 <h2>"TTSSH: Key Generator" Dialog box</h2>
15 <p>
16 Please refer to <a href="../usage/ssh.html#generate">"Generating Key"</a> of
17 <a href="../usage/ssh.html">SSH connection</a> for further detail.
18 </p>
19
20 <dl>
21 <dt id="type">Key type</dt>
22 <dd>Specify the type of key to generate.
23 <dl>
24 <dt id="rsa1">RSA1</dt>
25 <dd>Generate SSH1 RSA key.</dd>
26
27 <dt id="rsa">RSA</dt>
28 <dd>Generate SSH2 RSA key.</dd>
29
30 <dt id="dsa">DSA</dt>
31 <dd>Generate SSH2 DSA key.<br />
32 The DSA key does not have 1024 bits is invalid, so the key can not be generated because the key will not be used for some servers.<br />
33 If the key bits is over 1024, the security level can not be stronger. Please use the RSA and ECDSA key algorithm if your security level is higher.</dd>
34
35 <dt id="ecdsa256">ECDSA-256</dt>
36 <dd>Generate SSH2 ECDSA(256bit) key.</dd>
37
38 <dt id="ecdsa384">ECDSA-384</dt>
39 <dd>Generate SSH2 ECDSA(384bit) key.</dd>
40
41 <dt id="ecdsa521">ECDSA-521</dt>
42 <dd>Generate SSH2 ECDSA(521bit) key.</dd>
43
44 <dt id="ed25519">ED25519</dt>
45 <dd>Generate SSH2 ED25519 key.</dd>
46 </dl>
47 </dd>
48
49 <dt id="bits">Key Bits</dt>
50 <dd>Specify the key length to generate. </dd>
51
52 <dt id="kdf">bcrypt KDF</dt>
53 <dd>Specify the bcrypt KDF format of the private key.</dd>
54
55 <dt id="generate">Generate</dt>
56 <dd>Generate the key.</dd>
57
58 <dt id="passphrase">Key passphrase</dt>
59 <dd>Specify passphrase of private key.</dd>
60
61 <dt id="confirm_pass">Confirm passphrase</dt>
62 <dd>Confirm passphrase of private key.
63 Please input the same passphrase as Key passphrase.
64 </dd>
65
66 <dt id="save_public">Save public key</dt>
67 <dd>Save public key.<dd>
68
69 <dt id="save_private">Save private key</dt>
70 <dd>Save private key<br />
71 The private key is encrypted by the AES-128 algorithm.
72 The key is encrypted by the 3DES into the Tera Term 4.76(TTSSH 2.63) before.</dd>
73 </dl>
74 </body>
75 </html>

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