[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.30 and 1.31

version 1.30, 1999/12/10 04:19:25 version 1.31, 1999/12/25 13:35:55
Line 803 
Line 803 
 .Pa /etc/ssh_known_hosts ) .  .Pa /etc/ssh_known_hosts ) .
 See  See
 .Xr sshd 8 .  .Xr sshd 8 .
 .It Pa $HOME/.ssh/random_seed  
 Used for seeding the random number generator.  This file contains  
 sensitive data and should read/write for the user and not accessible  
 for others.  This file is created the first time the program is run  
 and updated automatically.  The user should never need to read or  
 modify this file.  
 .It Pa $HOME/.ssh/identity  .It Pa $HOME/.ssh/identity
 Contains the RSA authentication identity of the user.  This file  Contains the RSA authentication identity of the user.  This file
 contains sensitive data and should be readable by the user but not  contains sensitive data and should be readable by the user but not
Line 939 
Line 933 
 See the  See the
 .Xr sshd 8  .Xr sshd 8
 manual page for more information.  manual page for more information.
   .It Pa $HOME/.ssh/environment
   Contains additional definitions for environment variables, see section
   .Sx ENVIRONMENT
   above.
 .It Pa libcrypto.so.X.1  .It Pa libcrypto.so.X.1
 A version of this library which includes support for the RSA algorithm  A version of this library which includes support for the RSA algorithm
 is required for proper operation.  is required for proper operation.

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31