[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.56 and 1.57

version 1.56, 2011/10/18 05:00:48 version 1.57, 2012/12/02 20:42:15
Line 98 
Line 98 
 Instead of adding identities, removes identities from the agent.  Instead of adding identities, removes identities from the agent.
 If  If
 .Nm  .Nm
 has been run without arguments, the keys for the default identities will  has been run without arguments, the keys for the default identities and
 be removed.  their corresponding certificateswill be removed.
 Otherwise, the argument list will be interpreted as a list of paths to  Otherwise, the argument list will be interpreted as a list of paths to
 public key files and matching keys will be removed from the agent.  public key files to specify keys and certificates to be removed from the agent.
 If no public key is found at a given path,  If no public key is found at a given path,
 .Nm  .Nm
 will append  will append
Line 111 
Line 111 
 Remove keys provided by the PKCS#11 shared library  Remove keys provided by the PKCS#11 shared library
 .Ar pkcs11 .  .Ar pkcs11 .
 .It Fl k  .It Fl k
 When loading keys into the agent, load plain private keys only and skip  When loading keys into or deleting keys from the agent, process plain private
 certificates.  keys only and skip certificates.
 .It Fl L  .It Fl L
 Lists public key parameters of all identities currently represented  Lists public key parameters of all identities currently represented
 by the agent.  by the agent.

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57