[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.40 and 1.41

version 1.40, 2001/04/12 19:15:25 version 1.41, 2001/04/13 22:46:53
Line 115 
Line 115 
         int     max_startups;          int     max_startups;
         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;  /*
                                            * poke the client this often to
                                            * see if it's still there
                                            */
           int     client_alive_count_max; /*
                                            *If the client is unresponsive
                                            * for this many intervals, above
                                            * diconnect the session
                                            */
   
 }       ServerOptions;  }       ServerOptions;
 /*  /*

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