[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.56 and 1.57

version 1.56, 2002/03/19 03:03:43 version 1.57, 2002/03/20 19:12:25
Line 129 
Line 129 
   
         char   *authorized_keys_file;   /* File containing public keys */          char   *authorized_keys_file;   /* File containing public keys */
         char   *authorized_keys_file2;          char   *authorized_keys_file2;
   
         int     unprivileged_user;      /* User unprivileged child uses */  
         int     unprivileged_group;     /* Group unprivileged child uses */  
 }       ServerOptions;  }       ServerOptions;
   
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57