[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.41 and 1.41.4.1

version 1.41, 2004/07/11 17:48:47 version 1.41.4.1, 2005/09/04 18:40:08
Line 111 
Line 111 
 When executed without arguments,  When executed without arguments,
 .Xr ssh-add 1  .Xr ssh-add 1
 adds the files  adds the files
 .Pa $HOME/.ssh/id_rsa ,  .Pa ~/.ssh/id_rsa ,
 .Pa $HOME/.ssh/id_dsa  .Pa ~/.ssh/id_dsa
 and  and
 .Pa $HOME/.ssh/identity .  .Pa ~/.ssh/identity .
 If the identity has a passphrase,  If the identity has a passphrase,
 .Xr ssh-add 1  .Xr ssh-add 1
 asks for the passphrase (using a small X11 application if running  asks for the passphrase (using a small X11 application if running
Line 179 
Line 179 
 line terminates.  line terminates.
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa $HOME/.ssh/identity  .It Pa ~/.ssh/identity
 Contains the protocol version 1 RSA authentication identity of the user.  Contains the protocol version 1 RSA authentication identity of the user.
 .It Pa $HOME/.ssh/id_dsa  .It Pa ~/.ssh/id_dsa
 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 ~/.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-XXXXXXXX/agent.<ppid>
 Unix-domain sockets used to contain the connection to the  Unix-domain sockets used to contain the connection to the

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.41.4.1