[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.16.2.4 and 1.16.2.5

version 1.16.2.4, 2001/05/07 21:09:35 version 1.16.2.5, 2001/09/27 00:15:42
Line 42 
Line 42 
 .Nd authentication agent  .Nd authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-agent  .Nm ssh-agent
 .Ar command  
 .Ar args ...  
 .Nm ssh-agent  
 .Op Fl c Li | Fl s  .Op Fl c Li | Fl s
   .Op Fl d
   .Op Ar command Op Ar args ...
 .Nm ssh-agent  .Nm ssh-agent
   .Op Fl c Li | Fl s
 .Fl k  .Fl k
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 80 
Line 80 
 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 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.
Line 112 
Line 116 
 identities anywhere in the network in a secure way.  identities anywhere in the network in a secure way.
 .Pp  .Pp
 There are two main ways to get an agent setup:  There are two main ways to get an agent setup:
 Either you let the agent  Either the agent starts a new subcommand into which some environment
 start a new subcommand into which some environment variables are exported, or  variables are exported, or the agent prints the needed shell commands
 you let the agent print the needed shell commands (either  (either
 .Xr sh 1  .Xr sh 1
 or  or
 .Xr csh 1  .Xr csh 1

Legend:
Removed from v.1.16.2.4  
changed lines
  Added in v.1.16.2.5