[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.3 and 1.4

version 1.3, 1999/10/02 13:10:26 version 1.4, 1999/10/11 20:40:07
Line 30 
Line 30 
 Alternative file names can be given on the  Alternative file names can be given on the
 command line.  If any file requires a passphrase,  command line.  If any file requires a passphrase,
 .Nm  .Nm
 asks for the passphrase from the user.  If the user is using X11, the  asks for the passphrase from the user.
 passphrase is requested using a small X11 program; otherwise it is  The Passphrase it is read from the user's tty.
 read from the user's tty.  (Note: it may be necessary to redirect  
 stdin from  
 .Pa /dev/null  
 to get the passphrase requested using X11.)  
 .Pp  .Pp
 The authentication agent must be running and must be an ancestor of  The authentication agent must be running and must be an ancestor of
 the current process for  the current process for
Line 56 
Line 52 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .Pa $HOME/.ssh/identity  .Pa $HOME/.ssh/identity
 Contains the RSA authentication identity of the user.  This file  Contains the RSA authentication identity of the user.  This file
 should not be readable by anyone but the user.  It is possible to  should not be readable by anyone but the user.
   Note that
   .Nm
   ignores this file if it is accessible by others.
   It is possible to
 specify a passphrase when generating the key; that passphrase will be  specify a passphrase when generating the key; that passphrase will be
 used to encrypt the private part of this file.  This is the  used to encrypt the private part of this file.  This is the
 default file added by  default file added by

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4