[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.13 and 1.14

version 1.13, 2000/05/03 18:04:38 version 1.14, 2000/08/19 21:34:43
Line 16 
Line 16 
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm ssh-add  .Nm ssh-add
 .Nd adds RSA identities for the authentication agent  .Nd adds RSA or DSA identities for the authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-add  .Nm ssh-add
 .Op Fl lLdD  .Op Fl lLdD
 .Op Ar  .Op Ar
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 adds RSA 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 file  When run without arguments, it adds the file
 .Pa $HOME/.ssh/identity .  .Pa $HOME/.ssh/identity .
Line 63 
Line 63 
 This is the default file added by  This is the default file added by
 .Nm  .Nm
 when no other files have been specified.  when no other files have been specified.
   .It Pa $HOME/.ssh/id_dsa
   Contains the DSA authentication identity of the user.
 .Pp  .Pp
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14