[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.74 and 1.75

version 1.74, 2019/11/15 11:16:28 version 1.75, 2019/11/18 23:16:49
Line 64 
Line 64 
 .Pa ~/.ssh/id_dsa ,  .Pa ~/.ssh/id_dsa ,
 .Pa ~/.ssh/id_ecdsa ,  .Pa ~/.ssh/id_ecdsa ,
 .Pa ~/.ssh/id_ecdsa_sk ,  .Pa ~/.ssh/id_ecdsa_sk ,
   .Pa ~/.ssh/id_ed25519 ,
 and  and
 .Pa ~/.ssh/id_ed25519 .  .Pa ~/.ssh/id_ed25519_sk .
 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 209 
Line 210 
 Contains the security key-hosted ECDSA authentication identity of the user.  Contains the security key-hosted ECDSA authentication identity of the user.
 .It Pa ~/.ssh/id_ed25519  .It Pa ~/.ssh/id_ed25519
 Contains the Ed25519 authentication identity of the user.  Contains the Ed25519 authentication identity of the user.
   .It Pa ~/.ssh/id_ed25519_sk
   Contains the security key-hosted Ed25519 authentication identity of the user.
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.ssh/id_rsa
 Contains the RSA authentication identity of the user.  Contains the RSA authentication identity of the user.
 .El  .El

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75