[BACK]Return to ssh-add.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-add.1 between version 1.41.2.2 and 1.42

version 1.41.2.2, 2005/09/02 03:45:00 version 1.42, 2005/03/01 17:32:19
Line 57 
Line 57 
 adds RSA or DSA identities to the authentication agent,  adds RSA or DSA identities to the authentication agent,
 .Xr ssh-agent 1 .  .Xr ssh-agent 1 .
 When run without arguments, it adds the files  When run without arguments, it adds the files
 .Pa ~/.ssh/id_rsa ,  .Pa $HOME/.ssh/id_rsa ,
 .Pa ~/.ssh/id_dsa  .Pa $HOME/.ssh/id_dsa
 and  and
 .Pa ~/.ssh/identity .  .Pa $HOME/.ssh/identity .
 Alternative file names can be given on the command line.  Alternative file names can be given on the command line.
 If any file requires a passphrase,  If any file requires a passphrase,
 .Nm  .Nm
Line 142 
Line 142 
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa ~/.ssh/identity  .It Pa $HOME/.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 ~/.ssh/id_dsa  .It Pa $HOME/.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 ~/.ssh/id_rsa  .It Pa $HOME/.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.
 .El  .El
 .Pp  .Pp

Legend:
Removed from v.1.41.2.2  
changed lines
  Added in v.1.42