[BACK]Return to ssh-agent.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/ssh-agent.1 between version 1.1.1.10 and 1.1.1.11

version 1.1.1.10, 2020/02/27 00:21:37 version 1.1.1.11, 2020/12/04 18:40:06
Line 1 
Line 1 
 .\" $OpenBSD: ssh-agent.1,v 1.70 2019/12/21 20:22:34 naddy Exp $  .\" $OpenBSD: ssh-agent.1,v 1.72 2020/06/22 05:52:05 djm Exp $
 .\"  .\"
 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>  .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland  .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 34 
Line 34 
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF  .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd $Mdocdate: December 21 2019 $  .Dd $Mdocdate: June 22 2020 $
 .Dt SSH-AGENT 1  .Dt SSH-AGENT 1
 .Os  .Os
 .Sh NAME  .Sh NAME
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
 .Op Ar command Op Ar arg ...  .Nm ssh-agent
   .Op Fl a Ar bind_address
   .Op Fl E Ar fingerprint_hash
   .Op Fl P Ar allowed_providers
   .Op Fl t Ar life
   .Ar command Op Ar arg ...
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl c | s  .Op Fl c | s
 .Fl k  .Fl k
Line 97  The default is
Line 102  The default is
 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.1.1.10  
changed lines
  Added in v.1.1.1.11

CVSweb <webmaster@jp.NetBSD.org>