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

Diff for /src/usr.bin/ssh/readconf.h between version 1.40 and 1.41

version 1.40, 2001/10/01 21:51:16 version 1.41, 2002/02/10 01:07:05
Line 81 
Line 81 
         char   *user;           /* User to log in as. */          char   *user;           /* User to log in as. */
         int     escape_char;    /* Escape character; -2 = none */          int     escape_char;    /* Escape character; -2 = none */
   
         char   *system_hostfile;/* Path for /etc/ssh_known_hosts. */          char   *system_hostfile;/* Path for /etc/ssh/ssh_known_hosts. */
         char   *user_hostfile;  /* Path for $HOME/.ssh/known_hosts. */          char   *user_hostfile;  /* Path for $HOME/.ssh/known_hosts. */
         char   *system_hostfile2;          char   *system_hostfile2;
         char   *user_hostfile2;          char   *user_hostfile2;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41