ssh-keygen

作成

 ssh-keygen -t rsa

ファイル名を指定

 ssh-keygen -t rsa -f ~/.ssh/foo
   => ~/.ssh/foo と ~/.ssh/foo.pubができる

コメントを指定

 ssh-keygen -t rsa -C this-is-my-key

鍵のフィンガープリントの確認

 ssh-keygen -l -f ~/.ssh/id_rsa
 -l Show fingerprint of specified public key file.  Private RSA1 keys are also supported.  For RSA and DSA keys ssh-keygen
    tries to find the matching public key file and prints its fingerprint.  If combined with -v, an ASCII art representa-
    tion of the key is supplied with the fingerprint.

暗号化 2010年問題

参考

http://serverfault.com/search?q=ssh+keygen+rsa


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2017-01-09 (月) 20:21:15