ssh-keygen

作成

 ssh-keygen -t rsa

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

 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