[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.45 and 1.46

version 1.45, 2007/05/31 19:20:16 version 1.46, 2007/09/09 11:38:01
Line 42 
Line 42 
 .Nd authentication agent  .Nd authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl a Ar bind_address  
 .Op Fl c Li | Fl s  .Op Fl c Li | Fl s
 .Op Fl t Ar life  
 .Op Fl d  .Op Fl d
 .Op Ar command Op Ar args ...  .Op Fl a Ar bind_address
   .Op Fl t Ar life
   .Op Ar command Op Ar arg ...
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl c Li | Fl s  .Op Fl c Li | Fl s
 .Fl k  .Fl k
Line 77 
Line 77 
 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
   Debug mode.
   When this option is specified
   .Nm
   will not fork.
   .It Fl k
   Kill the current agent (given by the
   .Ev SSH_AGENT_PID
   environment variable).
 .It Fl s  .It Fl s
 Generate Bourne shell commands on  Generate Bourne shell commands on
 .Dv stdout .  .Dv stdout .
 This is the default if  This is the default if
 .Ev SHELL  .Ev SHELL
 does not look like it's a csh style of shell.  does not look like it's a csh style of shell.
 .It Fl k  
 Kill the current agent (given by the  
 .Ev SSH_AGENT_PID  
 environment variable).  
 .It Fl t Ar life  .It Fl t Ar life
 Set a default value for the maximum lifetime of identities added to the agent.  Set a default value for the maximum lifetime of identities added to the agent.
 The lifetime may be specified in seconds or in a time format specified in  The lifetime may be specified in seconds or in a time format specified in
Line 95 
Line 100 
 .Xr ssh-add 1  .Xr ssh-add 1
 overrides this value.  overrides this value.
 Without this option the default maximum lifetime is forever.  Without this option the default maximum lifetime is forever.
 .It Fl d  
 Debug mode.  
 When this option is specified  
 .Nm  
 will not fork.  
 .El  .El
 .Pp  .Pp
 If a commandline is given, this is executed as a subprocess of the agent.  If a commandline is given, this is executed as a subprocess of the agent.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46