[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 and 1.29

version 1.28, 2001/09/05 06:23:07 version 1.29, 2001/11/19 18:40:46
Line 127 
Line 127 
 .Xr ssh 1  .Xr ssh 1
 looks at these variables and uses them to establish a connection to the agent.  looks at these variables and uses them to establish a connection to the agent.
 .Pp  .Pp
   The agent will never send a private key over its request channel.
   Instead, operations that require a private key will be performed
   by the agent, and the result will be returned to the requester.
   This way, private keys are not exposed to clients using the agent.
   .Pp
 A unix-domain socket is created  A unix-domain socket is created
 .Pq Pa /tmp/ssh-XXXXXXXX/agent.<pid> ,  .Pq Pa /tmp/ssh-XXXXXXXX/agent.<pid> ,
 and the name of this socket is stored in the  and the name of this socket is stored in the

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29