[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.57 and 1.58

version 1.57, 2014/12/21 22:27:56 version 1.58, 2015/04/24 05:26:44
Line 43 
Line 43 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl c | s  .Op Fl c | s
   .Op Fl D
 .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 E Ar fingerprint_hash
Line 92 
Line 93 
 This is the default if  This is the default if
 .Ev SHELL  .Ev SHELL
 looks like it's a csh style of shell.  looks like it's a csh style of shell.
   .It Fl D
   Foreground mode.
   When this option is specified
   .Nm
   will not fork.
 .It Fl d  .It Fl d
 Debug mode.  Debug mode.
 When this option is specified  When this option is specified
 .Nm  .Nm
 will not fork.  will not fork and will write debug information to standard error.
 .It Fl E Ar fingerprint_hash  .It Fl E Ar fingerprint_hash
 Specifies the hash algorithm used when displaying key fingerprints.  Specifies the hash algorithm used when displaying key fingerprints.
 Valid options are:  Valid options are:

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