[BACK]Return to ssh-agent.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.1 between version 1.64 and 1.65

version 1.64, 2016/11/30 06:54:26 version 1.65, 2019/10/31 21:22:01
Line 46 
Line 46 
 .Op Fl \&Dd  .Op Fl \&Dd
 .Op Fl a Ar bind_address  .Op Fl a Ar bind_address
 .Op Fl E Ar fingerprint_hash  .Op Fl E Ar fingerprint_hash
 .Op Fl P Ar pkcs11_whitelist  .Op Fl P Ar provider_whitelist
 .Op Fl t Ar life  .Op Fl t Ar life
 .Op Ar command Op Ar arg ...  .Op Ar command Op Ar arg ...
 .Nm ssh-agent  .Nm ssh-agent
Line 122 
Line 122 
 Kill the current agent (given by the  Kill the current agent (given by the
 .Ev SSH_AGENT_PID  .Ev SSH_AGENT_PID
 environment variable).  environment variable).
 .It Fl P Ar pkcs11_whitelist  .It Fl P Ar provider_whitelist
 Specify a pattern-list of acceptable paths for PKCS#11 shared libraries  Specify a pattern-list of acceptable paths for PKCS#11 and security key shared
 that may be added using the  libraries that may be used with the
 .Fl s  .Fl s
 option to  or
   .Fl S
   options to
 .Xr ssh-add 1 .  .Xr ssh-add 1 .
 The default is to allow loading PKCS#11 libraries from  The default is to allow loading libraries from
 .Dq /usr/lib/*,/usr/local/lib/* .  .Dq /usr/lib/*,/usr/local/lib/* .
 PKCS#11 libraries that do not match the whitelist will be refused.  Libraries that do not match the whitelist will be refused.
 See PATTERNS in  See PATTERNS in
 .Xr ssh_config 5  .Xr ssh_config 5
 for a description of pattern-list syntax.  for a description of pattern-list syntax.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65