[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.24 and 1.24.2.1

version 1.24, 2001/04/10 09:13:21 version 1.24.2.1, 2001/09/27 19:03:55
Line 42 
Line 42 
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm ssh-add  .Nm ssh-add
 .Nd adds RSA or DSA identities for the authentication agent  .Nd adds RSA or DSA identities to the authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-add  .Nm ssh-add
 .Op Fl lLdD  .Op Fl lLdD
 .Op Ar  .Op Ar
   .Nm ssh-add
   .Fl s Ar reader
   .Nm ssh-add
   .Fl e Ar reader
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 adds RSA or DSA identities to the authentication agent,  adds RSA or DSA identities to the authentication agent,
Line 57 
Line 61 
 If any file requires a passphrase,  If any file requires a passphrase,
 .Nm  .Nm
 asks for the passphrase from the user.  asks for the passphrase from the user.
 The Passphrase it is read from the user's tty.  The passphrase is read from the user's tty.
 .Nm  .Nm
 retries the last passphrase if multiple identity files are given.  retries the last passphrase if multiple identity files are given.
 .Pp  .Pp
Line 76 
Line 80 
 Instead of adding the identity, removes the identity from the agent.  Instead of adding the identity, removes the identity from the agent.
 .It Fl D  .It Fl D
 Deletes all identities from the agent.  Deletes all identities from the agent.
   .It Fl s Ar reader
   Add key in smartcard
   .Ar reader .
   .It Fl e Ar reader
   Remove key in smartcard
   .Ar reader .
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.2.1