[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.70 and 1.71

version 1.70, 2019/10/31 21:19:56 version 1.71, 2019/11/01 00:52:35
Line 45 
Line 45 
 .Nm ssh-add  .Nm ssh-add
 .Op Fl cDdkLlqvXx  .Op Fl cDdkLlqvXx
 .Op Fl E Ar fingerprint_hash  .Op Fl E Ar fingerprint_hash
 .Op Fl t Ar life  
 .Op Fl S Ar provider  .Op Fl S Ar provider
   .Op Fl t Ar life
 .Op Ar  .Op Ar
 .Nm ssh-add  .Nm ssh-add
 .Fl s Ar pkcs11  .Fl s Ar pkcs11
Line 132 
Line 132 
 Lists fingerprints of all identities currently represented by the agent.  Lists fingerprints of all identities currently represented by the agent.
 .It Fl q  .It Fl q
 Be quiet after a successful operation.  Be quiet after a successful operation.
 .It Fl s Ar pkcs11  
 Add keys provided by the PKCS#11 shared library  
 .Ar pkcs11 .  
 .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 security key provider library that will be used when
 adding any security key-hosted keys, overriding the default of using the  adding any security key-hosted keys, overriding the default of using the
 .Ev "SSH_SK_PROVIDER"  .Ev "SSH_SK_PROVIDER"
 environment variable to specify a provider.  environment variable to specify a provider.
   .It Fl s Ar pkcs11
   Add keys provided by the PKCS#11 shared library
   .Ar pkcs11 .
 .It Fl T Ar pubkey ...  .It Fl T Ar pubkey ...
 Tests whether the private keys that correspond to the specified  Tests whether the private keys that correspond to the specified
 .Ar pubkey  .Ar pubkey

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71