[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.368 and 1.369

version 1.368, 2023/10/12 02:15:53 version 1.369, 2023/12/13 03:28:19
Line 135 
Line 135 
         }          }
         if (options.known_hosts_command != NULL) {          if (options.known_hosts_command != NULL) {
                 load_hostkeys_command(hostkeys, options.known_hosts_command,                  load_hostkeys_command(hostkeys, options.known_hosts_command,
                     "ORDER", cinfo, NULL, host);                      "ORDER", cinfo, NULL, hostname);
         }          }
         /*          /*
          * If a plain public key exists that matches the type of the best           * If a plain public key exists that matches the type of the best

Legend:
Removed from v.1.368  
changed lines
  Added in v.1.369