/usr/bin/ssh-keygen
ssh-keygen [オプション] | 認証鍵を生成します。 |
---|
-b bits | 作成する鍵内のビット数を指定します。 |
---|---|
-f キーファイル名 | 鍵ファイルのファイル名を指定します。 |
-F ホスト名 | known_hosts ファイル内を検索し、一覧表示します。 |
-N new_passphrase | 新しいパスフレーズを指定します。 |
-p | 秘密鍵ファイルのパスフレーズの変更を要求します。 |
-t type | 鍵に使用されるアルゴリズムを指定します。 |
ssh-keygen -t rsa
アルゴリズムがRSAの認証鍵を作成します。
# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Created directory '/root/.ssh'. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: 78:54:76:83:d3:4e:8a:b4:2f:f8:f4:f0:1d:4a:41:04 root@host01 #