[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.71 and 1.72

version 1.71, 2020/06/19 07:21:42 version 1.72, 2020/06/22 05:52:05
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 provider_whitelist  .Op Fl P Ar allowed_providers
 .Op Fl t Ar life  .Op Fl t Ar life
 .Nm ssh-agent  .Nm ssh-agent
 .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 provider_whitelist  .Op Fl P Ar allowed_providers
 .Op Fl t Ar life  .Op Fl t Ar life
 .Ar command Op Ar arg ...  .Ar command Op Ar arg ...
 .Nm ssh-agent  .Nm ssh-agent
Line 102 
Line 102 
 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 provider_whitelist  .It Fl P Ar allowed_providers
 Specify a pattern-list of acceptable paths for PKCS#11 and FIDO authenticator  Specify a pattern-list of acceptable paths for PKCS#11 provider and FIDO
 shared libraries that may be used with the  authenticator middleware shared libraries that may be used with the
 .Fl S  .Fl S
 or  or
 .Fl s  .Fl s
 options to  options to
 .Xr ssh-add 1 .  .Xr ssh-add 1 .
 Libraries that do not match the whitelist will be refused.  Libraries that do not match the pattern list 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.
 The default whitelist is  The default list is
 .Dq /usr/lib/*,/usr/local/lib/* .  .Dq /usr/lib/*,/usr/local/lib/* .
 .It Fl s  .It Fl s
 Generate Bourne shell commands on  Generate Bourne shell commands on

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72