[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 21: ssh-add

Page 21

  
  ssh-add
  ssh-add adds, removes, or lists agent keys.
  Attempts to add default keys (identity, id_rsa, id_dsa) unless files specified.
  Asks for passphrase for any passphrase-protected keys.
    reegen$ ssh-add
    Enter passphrase for /home/reegen/.ssh/id_rsa: (passphrase)
    Identity added: /home/reegen/.ssh/id_rsa (My new Key)
    Identity added: /home/reegen/.ssh/identity (My home key)
    reegen$ ssh-add /path/to/passwordless/key
    Identity added: /path/to/passwordless/key 

Copyright 2004, Bri Hatch of Onsight, Inc.

Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2004

Presentation created using vim and MagicPoint.