[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.338 and 1.339

version 1.338, 2020/10/07 02:24:51 version 1.339, 2020/10/07 02:26:28
Line 1041 
Line 1041 
                         options.tun_open = SSH_TUNMODE_NO;                          options.tun_open = SSH_TUNMODE_NO;
                         cancelled_forwarding = 1;                          cancelled_forwarding = 1;
                 }                  }
                   if (options.update_hostkeys != 0) {
                           error("UpdateHostkeys is disabled because the host "
                               "key is not trusted.");
                           options.update_hostkeys = 0;
                   }
                 if (options.exit_on_forward_failure && cancelled_forwarding)                  if (options.exit_on_forward_failure && cancelled_forwarding)
                         fatal("Error: forwarding disabled due to host key "                          fatal("Error: forwarding disabled due to host key "
                             "check failure");                              "check failure");

Legend:
Removed from v.1.338  
changed lines
  Added in v.1.339