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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.354 and 1.355

version 1.354, 2021/06/25 06:20:39 version 1.355, 2021/07/02 05:11:21
Line 1260 
Line 1260 
                         error("Keyboard-interactive authentication is disabled"                          error("Keyboard-interactive authentication is disabled"
                             " to avoid man-in-the-middle attacks.");                              " to avoid man-in-the-middle attacks.");
                         options.kbd_interactive_authentication = 0;                          options.kbd_interactive_authentication = 0;
                         options.challenge_response_authentication = 0;  
                         cancelled_forwarding = 1;  
                 }  
                 if (options.challenge_response_authentication) {  
                         error("Challenge/response authentication is disabled"  
                             " to avoid man-in-the-middle attacks.");  
                         options.challenge_response_authentication = 0;  
                         cancelled_forwarding = 1;                          cancelled_forwarding = 1;
                 }                  }
                 if (options.forward_agent) {                  if (options.forward_agent) {

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355