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

version 1.42, 2005/04/21 06:17:50 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-XXXXXXXX/agent.<ppid> .  .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 90 
Line 90 
 .It Fl t Ar life  .It Fl t Ar life
 Set a default value for the maximum lifetime of identities added to the agent.  Set a default value for the maximum lifetime of identities added to the agent.
 The lifetime may be specified in seconds or in a time format specified in  The lifetime may be specified in seconds or in a time format specified in
 .Xr sshd 8 .  .Xr sshd_config 5 .
 A lifetime specified for an identity with  A lifetime specified for an identity with
 .Xr ssh-add 1  .Xr ssh-add 1
 overrides this value.  overrides this value.
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-XXXXXXXX/agent.<ppid>  .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  
changed lines
  Added in v.1.43