[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.63 and 1.64

version 1.63, 2016/11/30 03:07:37 version 1.64, 2016/11/30 06:54:26
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 t Ar life  
 .Op Fl P Ar pkcs11_whitelist  .Op Fl P Ar pkcs11_whitelist
   .Op Fl t Ar life
 .Op Ar command Op Ar arg ...  .Op Ar command Op Ar arg ...
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl c | s  .Op Fl c | s
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  .It Fl P Ar pkcs11_whitelist
 Specify a pattern-list of acceptable paths for PKCS#11 shared libraries  Specify a pattern-list of acceptable paths for PKCS#11 shared libraries
 that may be added using the  that may be added using the
 .Fl s  .Fl s
Line 208 
Line 208 
 line terminates.  line terminates.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt  .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>
 .Ux Ns -domain  .Ux Ns -domain
 sockets used to contain the connection to the authentication agent.  sockets used to contain the connection to the authentication agent.
 These sockets should only be readable by the owner.  These sockets should only be readable by the owner.
Line 220 
Line 220 
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr sshd 8  .Xr sshd 8
 .Sh AUTHORS  .Sh AUTHORS
 OpenSSH is a derivative of the original and free  .An -nosplit
 ssh 1.2.12 release by Tatu Ylonen.  OpenSSH is a derivative of the original and free ssh 1.2.12 release by
 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,  .An Tatu Ylonen .
 Theo de Raadt and Dug Song  .An Aaron Campbell , Bob Beck , Markus Friedl , Niels Provos , Theo de Raadt
 removed many bugs, re-added newer features and  and
 created OpenSSH.  .An Dug Song
 Markus Friedl contributed the support for SSH  removed many bugs, re-added newer features and created OpenSSH.
 protocol versions 1.5 and 2.0.  .An Markus Friedl
   contributed the support for SSH protocol versions 1.5 and 2.0.

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