[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.67 and 1.68

version 1.67, 2019/01/20 22:03:29 version 1.68, 2019/01/21 07:09:10
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 cDdkLlqTXx  .Op Fl cDdkLlqXx
 .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 53 
Line 53 
 .Fl e Ar pkcs11  .Fl e Ar pkcs11
 .Nm ssh-add  .Nm ssh-add
 .Fl T  .Fl T
 .Ar pubkey  .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 135 
Line 134 
 .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 ...  .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
 files are usable by performing sign and verify operations on each.  files are usable by performing sign and verify operations on each.

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