[BACK]Return to auth2.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2.c between version 1.6 and 1.7

version 1.6, 2000/05/05 18:50:57 version 1.7, 2000/05/06 17:45:36
Line 261 
Line 261 
         int have_sig;          int have_sig;
         int authenticated = 0;          int authenticated = 0;
   
         if (options.rsa_authentication == 0) {          if (options.dsa_authentication == 0) {
                 debug("pubkey auth disabled");                  debug("pubkey auth disabled");
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7