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

Diff for /src/usr.bin/ssh/servconf.h between version 1.50 and 1.51

version 1.50, 2001/12/06 13:30:05 version 1.51, 2001/12/19 07:18:56
Line 117 
Line 117 
         char   *banner;                 /* SSH-2 banner message */          char   *banner;                 /* SSH-2 banner message */
         int     reverse_mapping_check;  /* cross-check ip and dns */          int     reverse_mapping_check;  /* cross-check ip and dns */
         int     client_alive_interval;  /*          int     client_alive_interval;  /*
                                          * poke the client this often to                                           * poke the client this often to
                                          * see if it's still there                                           * see if it's still there
                                          */                                           */
         int     client_alive_count_max; /*          int     client_alive_count_max; /*
                                          * If the client is unresponsive                                           * If the client is unresponsive
                                          * for this many intervals above,                                           * for this many intervals above,
                                          * disconnect the session                                           * disconnect the session
                                          */                                           */
   
         char   *authorized_keys_file;   /* File containing public keys */          char   *authorized_keys_file;   /* File containing public keys */

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51