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

Diff for /src/usr.bin/ssh/ssh.h between version 1.4 and 1.5

version 1.4, 1999/09/29 18:16:21 version 1.5, 1999/10/01 02:38:10
Line 70 
Line 70 
   
 #define SSH_PROGRAM             "/usr/bin/ssh"  #define SSH_PROGRAM             "/usr/bin/ssh"
   
 /* Random seed file for the daemon.  This file should be readable only by  
    root. */  
 #define SSH_DAEMON_SEED_FILE    ETCDIR "/ssh_random_seed"  
   
 /* The process id of the daemon listening for connections is saved  /* The process id of the daemon listening for connections is saved
    here to make it easier to kill the correct daemon when necessary. */     here to make it easier to kill the correct daemon when necessary. */
 #define SSH_DAEMON_PID_FILE     PIDDIR "/sshd.pid"  #define SSH_DAEMON_PID_FILE     PIDDIR "/sshd.pid"
Line 86 
Line 82 
    not be readable by anyone except the user him/herself, though this does     not be readable by anyone except the user him/herself, though this does
    not contain anything particularly secret. */     not contain anything particularly secret. */
 #define SSH_USER_HOSTFILE       "~/.ssh/known_hosts"  #define SSH_USER_HOSTFILE       "~/.ssh/known_hosts"
   
 /* Name of the file containing client-side random seed.  This file should  
    only be readable by the user him/herself. */  
 #define SSH_CLIENT_SEEDFILE     ".ssh/random_seed"  
   
 /* Name of the default file containing client-side authentication key.  /* Name of the default file containing client-side authentication key.
    This file should only be readable by the user him/herself. */     This file should only be readable by the user him/herself. */

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