[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.349 and 1.350

version 1.349, 2021/06/07 03:38:38 version 1.350, 2021/07/02 05:11:21
Line 435 
Line 435 
         Authctxt authctxt;          Authctxt authctxt;
         int r;          int r;
   
         if (options.challenge_response_authentication)  
                 options.kbd_interactive_authentication = 1;  
         if (options.preferred_authentications == NULL)          if (options.preferred_authentications == NULL)
                 options.preferred_authentications = authmethods_get();                  options.preferred_authentications = authmethods_get();
   

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350