[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.13.2.1

version 1.13, 2000/05/03 18:04:38 version 1.13.2.1, 2000/09/01 18:23:23
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
Line 115 
Line 117 
 supports one-time password authentication with  supports one-time password authentication with
 .Xr skey 1 .  .Xr skey 1 .
 .El  .El
 .Pp  
 The libraries described in  
 .Xr ssl 8  
 are required for proper operation.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,

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