最終更新:2011-04-21 (木) 11:47:34 (4748d)  

ssh-add
Top / ssh-add

adds RSA or DSA identities to the authentication agent

ssh-agentに鍵を追加

鍵の追加

ssh-add 鍵ファイル名

パラメータなしで起動すると

  • /.ssh/id_rsa (SSH 2 RSA)

  • /.ssh/id_dsa (SSH 2 DSA)

  • /.ssh/identity (SSH 1)

が追加される

インポート済みの鍵の一覧

ssh-add -l

設定ファイル

関連