[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.63 and 1.64

version 1.63, 2017/05/03 06:32:02 version 1.64, 2017/05/05 10:41:58
Line 174 
Line 174 
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa ~/.ssh/id_dsa  .It Pa ~/.ssh/id_dsa
 Contains the protocol version 2 DSA authentication identity of the user.  Contains the 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 ECDSA authentication identity of the user.
 .It Pa ~/.ssh/id_ed25519  .It Pa ~/.ssh/id_ed25519
 Contains the protocol version 2 Ed25519 authentication identity of the user.  Contains the 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 RSA authentication identity of the user.
 .El  .El
 .Pp  .Pp
 Identity files should not be readable by anyone but the user.  Identity files should not be readable by anyone but the user.

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