[BACK]Return to ssh-add.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-add.1 between version 1.58 and 1.59

version 1.58, 2012/12/03 08:33:02 version 1.59, 2013/12/07 11:58:46
Line 57 
Line 57 
 When run without arguments, it adds the files  When run without arguments, it adds the files
 .Pa ~/.ssh/id_rsa ,  .Pa ~/.ssh/id_rsa ,
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa  .Pa ~/.ssh/id_ecdsa ,
   .Pa ~/.ssh/id_ed25519
 and  and
 .Pa ~/.ssh/identity .  .Pa ~/.ssh/identity .
 After loading a private key,  After loading a private key,
Line 169 
Line 170 
 Contains the protocol version 2 DSA authentication identity of the user.  Contains the protocol version 2 DSA authentication identity of the user.
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
 Contains the protocol version 2 ECDSA authentication identity of the user.  Contains the protocol version 2 ECDSA authentication identity of the user.
   .It Pa ~/.ssh/id_ed25519
   Contains the protocol version 2 ED25519 authentication identity of the user.
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the protocol version 2 RSA authentication identity of the user.  Contains the protocol version 2 RSA authentication identity of the user.
 .El  .El

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59