[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.47 and 1.48

version 1.47, 2009/03/26 08:38:39 version 1.48, 2009/10/22 12:35:53
Line 67 
Line 67 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl a Ar bind_address  .It Fl a Ar bind_address
 Bind the agent to the unix-domain socket  Bind the agent to the
   .Ux
   domain socket
 .Ar bind_address .  .Ar bind_address .
 The default is  The default is
 .Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .  .Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .
Line 162 
Line 164 
 by the agent, and the result will be returned to the requester.  by the agent, and the result will be returned to the requester.
 This way, private keys are not exposed to clients using the agent.  This way, private keys are not exposed to clients using the agent.
 .Pp  .Pp
 A unix-domain socket is created  A
 and the name of this socket is stored in the  .Ux
   domain socket is created and the name of this socket is stored in the
 .Ev SSH_AUTH_SOCK  .Ev SSH_AUTH_SOCK
 environment  environment
 variable.  variable.
Line 186 
Line 189 
 .It Pa ~/.ssh/id_rsa  .It Pa ~/.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-XXXXXXXXXX/agent.\*(Ltppid\*(Gt  .It Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt
 Unix-domain sockets used to contain the connection to the  .Ux
   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.
 The sockets should get automatically removed when the agent exits.  The sockets should get automatically removed when the agent exits.

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48