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

version 1.56, 2014/08/30 15:33:50 version 1.57, 2014/12/21 22:27:56
Line 45 
Line 45 
 .Op Fl c | s  .Op Fl c | s
 .Op Fl d  .Op Fl d
 .Op Fl a Ar bind_address  .Op Fl a Ar bind_address
   .Op Fl E Ar fingerprint_hash
 .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 96 
Line 97 
 When this option is specified  When this option is specified
 .Nm  .Nm
 will not fork.  will not fork.
   .It Fl E Ar fingerprint_hash
   Specifies the hash algorithm used when displaying key fingerprints.
   Valid options are:
   .Dq md5
   and
   .Dq sha256 .
   The default is
   .Dq sha256 .
 .It Fl k  .It Fl k
 Kill the current agent (given by the  Kill the current agent (given by the
 .Ev SSH_AGENT_PID  .Ev SSH_AGENT_PID

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