[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.76 and 1.77

version 1.76, 2019/11/30 07:07:59 version 1.77, 2019/12/21 20:22:34
Line 135 
Line 135 
 .It Fl q  .It Fl q
 Be quiet after a successful operation.  Be quiet after a successful operation.
 .It Fl S Ar provider  .It Fl S Ar provider
 Specifies a path to a security key provider library that will be used when  Specifies a path to a library that will be used when adding
 adding any security key-hosted keys, overriding the default of using the  FIDO authenticator-hosted keys, overriding the default of using the
 internal USB HID support.  internal USB HID support.
 .It Fl s Ar pkcs11  .It Fl s Ar pkcs11
 Add keys provided by the PKCS#11 shared library  Add keys provided by the PKCS#11 shared library
Line 197 
Line 197 
 .Ux Ns -domain  .Ux Ns -domain
 socket used to communicate with the agent.  socket used to communicate with the agent.
 .It Ev SSH_SK_PROVIDER  .It Ev SSH_SK_PROVIDER
 Specifies the path to a security key provider library used to interact with  Specifies the path to a library used to interact with FIDO authenticators.
 hardware security keys.  
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds -compact
 .It Pa ~/.ssh/id_dsa  .It Pa ~/.ssh/id_dsa
 Contains the DSA authentication identity of the user.  
 .It Pa ~/.ssh/id_ecdsa  .It Pa ~/.ssh/id_ecdsa
 Contains the ECDSA authentication identity of the user.  
 .It Pa ~/.ssh/id_ecdsa_sk  .It Pa ~/.ssh/id_ecdsa_sk
 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.  
 .It Pa ~/.ssh/id_ed25519_sk  .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 DSA, ECDSA, authenticator-hosted ECDSA, Ed25519,
   authenticator-hosted Ed25519 or 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.76  
changed lines
  Added in v.1.77