[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.52 and 1.53

version 1.52, 2002/01/27 14:57:46 version 1.53, 2002/01/29 14:32:03
Line 116 
Line 116 
         int     max_startups_rate;          int     max_startups_rate;
         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     verify_reverse_mapping; /* 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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53