[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.69 and 1.70

version 1.69, 2019/01/21 12:53:35 version 1.70, 2019/10/31 21:19:56
Line 46 
Line 46 
 .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 t Ar life
   .Op Fl S Ar provider
 .Op Ar  .Op Ar
 .Nm ssh-add  .Nm ssh-add
 .Fl s Ar pkcs11  .Fl s Ar pkcs11
Line 134 
Line 135 
 .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
 .Ar pkcs11 .  .Ar pkcs11 .
   .It Fl S Ar provider
   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
   .Ev "SSH_SK_PROVIDER"
   environment variable to specify a provider.
 .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
Line 189 
Line 195 
 Identifies the path of a  Identifies the path of a
 .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
   Specifies the path to a security key provider library used to interact with
   hardware security keys.
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds

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