[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.42.2.2 and 1.43

version 1.42.2.2, 2006/10/06 03:19:33 version 1.43, 2005/11/28 06:02:56
Line 70 
Line 70 
 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-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .  .Pa /tmp/ssh-XXXXXXXXXX/agent.<ppid> .
 .It Fl c  .It Fl c
 Generate C-shell commands on  Generate C-shell commands on
 .Dv stdout .  .Dv stdout .
Line 185 
Line 185 
 Contains the protocol version 2 DSA authentication identity of the user.  Contains the protocol version 2 DSA authentication identity of the user.
 .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.<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.42.2.2  
changed lines
  Added in v.1.43