[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.43 and 1.44

version 1.43, 2001/05/20 17:20:35 version 1.44, 2001/06/23 02:34:31
Line 125 
Line 125 
                                          * diconnect the session                                           * diconnect the session
                                          */                                           */
   
         char   *authorized_keys_file;   /* File containing public RSA keys */          char   *authorized_keys_file;   /* File containing public keys */
         char   *authorized_keys_file2;  /* File containing public SSH2 keys */          char   *authorized_keys_file2;
   
 }       ServerOptions;  }       ServerOptions;
 /*  /*

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44