[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.68 and 1.69

version 1.68, 2019/01/21 07:09:10 version 1.69, 2019/01/21 12:53:35
Line 43 
Line 43 
 .Nd adds private key identities to the authentication agent  .Nd adds private key identities to the authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-add  .Nm ssh-add
 .Op Fl cDdkLlqXx  .Op Fl cDdkLlqvXx
 .Op Fl E Ar fingerprint_hash  .Op Fl E Ar fingerprint_hash
 .Op Fl t Ar life  .Op Fl t Ar life
 .Op Ar  .Op Ar
Line 143 
Line 143 
 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_config 5 .  .Xr sshd_config 5 .
   .It Fl v
   Verbose mode.
   Causes
   .Nm
   to print debugging messages about its progress.
   This is helpful in debugging problems.
   Multiple
   .Fl v
   options increase the verbosity.
   The maximum is 3.
 .It Fl X  .It Fl X
 Unlock the agent.  Unlock the agent.
 .It Fl x  .It Fl x

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69