• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Revision5544 (tree)
Zeit2014-03-16 21:45:44
Autor(del#24082)

Log Message

ヘルプに ED25519 と bcrypt KDF の話を追記した。
Key Generatorダイアログの画像が古かったので、最新化した。

Ändern Zusammenfassung

Diff

--- branches/ssh_ed25519/doc/en/html/menu/setup-sshkeygenerator.html (revision 5543)
+++ branches/ssh_ed25519/doc/en/html/menu/setup-sshkeygenerator.html (revision 5544)
@@ -40,6 +40,9 @@
4040
4141 <dt>ECDSA-521</dt>
4242 <dd>Generate SSH2 ECDSA(521bit) key.</dd>
43+
44+ <dt>ED25519</dt>
45+ <dd>Generate SSH2 ED25519 key.</dd>
4346 </dl>
4447 </dd>
4548
@@ -46,6 +49,9 @@
4649 <dt>Key Bits</dt>
4750 <dd>Specify the key length to generate. </dd>
4851
52+ <dt>bcrypt KDF</dt>
53+ <dd>Specify the bcrypt KDF format of the private key.</dd>
54+
4955 <dt>Generate</dt>
5056 <dd>Generate the key.</dd>
5157
--- branches/ssh_ed25519/doc/en/html/usage/ssh.html (revision 5543)
+++ branches/ssh_ed25519/doc/en/html/usage/ssh.html (revision 5544)
@@ -109,7 +109,7 @@
109109 </p>
110110 <div class="img"><img src="../image/KeyGenerator.png" alt="Key generation dialog"></div>
111111 <p>
112- [Key type] is to select key types - [RSA1] for SSH1 protocol and [RSA] or [DSA] for SSH2 protocol should be chosen respectively. After choosing key type, you will be prompted for pass phrase by clicking [Generate] button. Type in pass phrase (like a password, but it can include blank and usually much longer than password). Then click [Save public key]
112+ [Key type] is to select key types - [RSA1] for SSH1 protocol and [RSA], [DSA], [ECDSA] or [ED25519] for SSH2 protocol should be chosen respectively. After choosing key type, you will be prompted for pass phrase by clicking [Generate] button. Type in pass phrase (like a password, but it can include blank and usually much longer than password). Then click [Save public key]
113113 button, [Save private key] button to save these keys. File name can be left as default if you don't need. At the completion, click [Cancel] to finish this process.
114114 </p>
115115
--- branches/ssh_ed25519/doc/ja/html/menu/setup-sshkeygenerator.html (revision 5543)
+++ branches/ssh_ed25519/doc/ja/html/menu/setup-sshkeygenerator.html (revision 5544)
@@ -40,11 +40,17 @@
4040
4141 <dt>ECDSA-521</dt>
4242 <dd>SSH2用 ECDSA(521bit)鍵を生成します。</dd>
43+
44+ <dt>ED25519</dt>
45+ <dd>SSH2用 ED25519鍵を生成します。</dd>
4346 </dl>
4447 </dd>
4548
4649 <dt>Key Bits</dt>
4750 <dd>生成する鍵の鍵長を指定します。</dd>
51+
52+ <dt>bcrypt KDF</dt>
53+ <dd>秘密鍵フォーマットとして bcrypt KDF を指定します。</dd>
4854
4955 <dt>Generate</dt>
5056 <dd>鍵を生成します。</dd>
--- branches/ssh_ed25519/doc/ja/html/usage/ssh.html (revision 5543)
+++ branches/ssh_ed25519/doc/ja/html/usage/ssh.html (revision 5544)
@@ -106,7 +106,7 @@
106106 </p>
107107 <div class="img"><img src="../image/KeyGenerator.png" alt="キー生成ダイアログ"></div>
108108 <p>
109- 「Key type」でキーの種類を選べますが、SSH1 プロトコルで使用する場合には「RSA1」を、SSH2 プロトコルで使用する場合には「RSA」または「DSA」を選択します。選択後、「Generate」ボタンを押すとパスフレーズの入力を催されますので、キーのパスフレーズ(パスワードのようなもの。ただし空白を含んでもいいし、一般にパスワードよりも長い物が指定可能)を入力します。入力した後は、「Save public key」ボタン、「Save private key」ボタンを押してキーを保存します。ファイル名は必要がなければデフォルトのままで構いません。保存が終わったら「Cancel」で終了します。
109+ 「Key type」でキーの種類を選べますが、SSH1 プロトコルで使用する場合には「RSA1」を、SSH2 プロトコルで使用する場合には「RSA」「DSA」「ECDSA」「ED25519」を選択します。選択後、「Generate」ボタンを押すとパスフレーズの入力を催されますので、キーのパスフレーズ(パスワードのようなもの。ただし空白を含んでもいいし、一般にパスワードよりも長い物が指定可能)を入力します。入力した後は、「Save public key」ボタン、「Save private key」ボタンを押してキーを保存します。ファイル名は必要がなければデフォルトのままで構いません。保存が終わったら「Cancel」で終了します。
110110 </p>
111111
112112 <p>
Show on old repository browser