[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.62 and 1.63

version 1.62, 2015/03/30 18:28:37 version 1.63, 2017/05/03 06:32:02
Line 59 
Line 59 
 .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/id_ed25519 .
 After loading a private key,  After loading a private key,
 .Nm  .Nm
 will try to load corresponding certificate information from the  will try to load corresponding certificate information from the
Line 174 
Line 173 
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa ~/.ssh/identity  
 Contains the protocol version 1 RSA authentication identity of the user.  
 .It Pa ~/.ssh/id_dsa  .It Pa ~/.ssh/id_dsa
 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

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63