[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.61 and 1.62

version 1.61, 2014/12/21 22:27:56 version 1.62, 2015/03/30 18:28:37
Line 88 
Line 88 
 .It Fl c  .It Fl c
 Indicates that added identities should be subject to confirmation before  Indicates that added identities should be subject to confirmation before
 being used for authentication.  being used for authentication.
 Confirmation is performed by the  Confirmation is performed by
 .Ev SSH_ASKPASS  .Xr ssh-askpass 1 .
 program mentioned below.  Successful confirmation is signaled by a zero exit status from
 Successful confirmation is signaled by a zero exit status from the  .Xr ssh-askpass 1 ,
 .Ev SSH_ASKPASS  rather than text entered into the requester.
 program, rather than text entered into the requester.  
 .It Fl D  .It Fl D
 Deletes all identities from the agent.  Deletes all identities from the agent.
 .It Fl d  .It Fl d
Line 156 
Line 155 
 .Ev SSH_ASKPASS  .Ev SSH_ASKPASS
 are set, it will execute the program specified by  are set, it will execute the program specified by
 .Ev SSH_ASKPASS  .Ev SSH_ASKPASS
   (by default
   .Dq ssh-askpass )
 and open an X11 window to read the passphrase.  and open an X11 window to read the passphrase.
 This is particularly useful when calling  This is particularly useful when calling
 .Nm  .Nm
Line 197 
Line 198 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr ssh-agent 1 ,  .Xr ssh-agent 1 ,
   .Xr ssh-askpass 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr sshd 8  .Xr sshd 8
 .Sh AUTHORS  .Sh AUTHORS

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62