[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.35 and 1.35.2.1

version 1.35, 2002/06/19 00:27:55 version 1.35.2.1, 2003/04/01 00:12:14
Line 45 
Line 45 
 .Nd adds RSA or DSA identities to 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 lLdDxX  .Op Fl lLdDxXc
 .Op Fl t Ar life  .Op Fl t Ar life
 .Op Ar  .Op Ar
 .Nm ssh-add  .Nm ssh-add
Line 92 
Line 92 
 Set a maximum lifetime when adding identities to an agent.  Set a maximum lifetime when adding identities to an agent.
 The lifetime may be specified in seconds or in a time format  The lifetime may be specified in seconds or in a time format
 specified in  specified in
 .Xr sshd 8 .  .Xr sshd_config 5 .
   .It Fl c
   Indicates that added identities should be subject to confirmation before
   being used for authentication. Confirmation is performed by the
   .Ev SSH_ASKPASS
   program mentioned below. Successful confirmation is signaled by a zero
   exit status from the
   .Ev SSH_ASKPASS
   program, rather than text entered into the requester.
 .It Fl s Ar reader  .It Fl s Ar reader
 Add key in smartcard  Add key in smartcard
 .Ar reader .  .Ar reader .

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.35.2.1