[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.60 and 1.61

version 1.60, 2003/05/15 01:48:10 version 1.61, 2003/06/02 09:17:34
Line 112 
Line 112 
         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     verify_reverse_mapping; /* cross-check ip and dns */          int     use_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.60  
changed lines
  Added in v.1.61