[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.66 and 1.67

version 1.66, 2017/08/29 13:05:58 version 1.67, 2019/01/20 22:03:29
Line 43 
Line 43 
 .Nd adds private key identities to the authentication agent  .Nd adds private key identities to the authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-add  .Nm ssh-add
 .Op Fl cDdkLlqXx  .Op Fl cDdkLlqTXx
 .Op Fl E Ar fingerprint_hash  .Op Fl E Ar fingerprint_hash
 .Op Fl t Ar life  .Op Fl t Ar life
 .Op Ar  .Op Ar
Line 51 
Line 51 
 .Fl s Ar pkcs11  .Fl s Ar pkcs11
 .Nm ssh-add  .Nm ssh-add
 .Fl e Ar pkcs11  .Fl e Ar pkcs11
   .Nm ssh-add
   .Fl T
   .Ar pubkey
   .Op Ar ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 adds private key identities to the authentication agent,  adds private key identities to the authentication agent,
Line 131 
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 T Ar pubkey Op Ar ...
   Tests whether the private keys that correspond to the specified
   .Ar pubkey
   files are usable by performing sign and verify operations on each.
 .It Fl t Ar life  .It Fl t Ar life
 Set a maximum lifetime when adding identities to an agent.  Set a maximum lifetime when adding identities to an agent.
 The lifetime may be specified in seconds or in a time format  The lifetime may be specified in seconds or in a time format

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67