[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.107 and 1.108

version 1.107, 2013/01/03 05:49:36 version 1.108, 2013/05/16 04:09:14
Line 174 
Line 174 
         char   *authorized_keys_command;          char   *authorized_keys_command;
         char   *authorized_keys_command_user;          char   *authorized_keys_command_user;
   
           int64_t rekey_limit;
           int     rekey_interval;
   
         char   *version_addendum;       /* Appended to SSH banner */          char   *version_addendum;       /* Appended to SSH banner */
   
         u_int   num_auth_methods;          u_int   num_auth_methods;

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108