[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.28.2.2 and 1.28.2.3

version 1.28.2.2, 2002/06/22 07:23:18 version 1.28.2.3, 2002/06/26 18:22:36
Line 69 
Line 69 
 Bind the agent to the unix-domain socket  Bind the agent to the unix-domain socket
 .Ar bind_address .  .Ar bind_address .
 The default is  The default is
 .Pa /tmp/ssh-XXXXXXXX/agent.<pid> .  .Pa /tmp/ssh-XXXXXXXX/agent.<ppid> .
 .It Fl c  .It Fl c
 Generate C-shell commands on  Generate C-shell commands on
 .Dv stdout .  .Dv stdout .
Line 151 
Line 151 
 .Pp  .Pp
 The  The
 .Ev SSH_AGENT_PID  .Ev SSH_AGENT_PID
 environment variable holds the agent's PID.  environment variable holds the agent's process ID.
 .Pp  .Pp
 The agent exits automatically when the command given on the command  The agent exits automatically when the command given on the command
 line terminates.  line terminates.
Line 163 
Line 163 
 Contains the protocol version 2 DSA authentication identity of the user.  Contains the protocol version 2 DSA authentication identity of the user.
 .It Pa $HOME/.ssh/id_rsa  .It Pa $HOME/.ssh/id_rsa
 Contains the protocol version 2 RSA authentication identity of the user.  Contains the protocol version 2 RSA authentication identity of the user.
 .It Pa /tmp/ssh-XXXXXXXX/agent.<pid>  .It Pa /tmp/ssh-XXXXXXXX/agent.<ppid>
 Unix-domain sockets used to contain the connection to the  Unix-domain sockets used to contain the connection to the
 authentication agent.  authentication agent.
 These sockets should only be readable by the owner.  These sockets should only be readable by the owner.

Legend:
Removed from v.1.28.2.2  
changed lines
  Added in v.1.28.2.3