この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
ja:network:sshkey [2015/06/10 21:12] kota [手順2] |
ja:network:sshkey [2015/06/14 02:49] (現在) kota [手順1] |
||
---|---|---|---|
ライン 25: | ライン 25: | ||
Generating public/private rsa key pair. | Generating public/private rsa key pair. | ||
Enter file in which to save the key (/home/hoge/.ssh/id_rsa): <-鍵のファイルの名前を聞かれるので入力 | Enter file in which to save the key (/home/hoge/.ssh/id_rsa): <-鍵のファイルの名前を聞かれるので入力 | ||
- | Enter passphrase (empty for no passphrase): <-パスフレーズを聞かれるので入力(空のままEnterでも良い) | + | Enter passphrase (empty for no passphrase): <-パスフレーズを聞かれる(空のままEnter) |
- | Enter same passphrase again: <-パスフレーズ再入力 | + | Enter same passphrase again: <-パスフレーズ再入力(空のままEnter) |
Your identification has been saved in /home/hoge/.ssh/id_rsa. <- 秘密鍵を作成 | Your identification has been saved in /home/hoge/.ssh/id_rsa. <- 秘密鍵を作成 | ||
Your public key has been saved in /home/hoge/.ssh/id_rsa.pub. <-公開鍵を作成 | Your public key has been saved in /home/hoge/.ssh/id_rsa.pub. <-公開鍵を作成 |