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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.343 and 1.344

version 1.343, 2021/01/25 06:00:17 version 1.344, 2021/01/26 05:32:22
Line 2093 
Line 2093 
         int i, r, success = 0;          int i, r, success = 0;
   
         if (authctxt->ktypes == NULL) {          if (authctxt->ktypes == NULL) {
                 authctxt->oktypes = xstrdup(options.hostbased_key_types);                  authctxt->oktypes = xstrdup(options.hostbased_accepted_algos);
                 authctxt->ktypes = authctxt->oktypes;                  authctxt->ktypes = authctxt->oktypes;
         }          }
   
         /*          /*
          * Work through each listed type pattern in HostbasedKeyTypes,           * Work through each listed type pattern in HostbasedAcceptedAlgorithms,
          * trying each hostkey that matches the type in turn.           * trying each hostkey that matches the type in turn.
          */           */
         for (;;) {          for (;;) {

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344