[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.211 and 1.212

version 1.211, 2008/07/01 07:24:22 version 1.212, 2008/10/14 18:11:33
Line 724 
Line 724 
                 if (options.host_key_alias == NULL && port != 0 &&                  if (options.host_key_alias == NULL && port != 0 &&
                     port != SSH_DEFAULT_PORT) {                      port != SSH_DEFAULT_PORT) {
                         debug("checking without port identifier");                          debug("checking without port identifier");
                         if (check_host_key(hostname, hostaddr, 0, host_key, 2,                          if (check_host_key(hostname, hostaddr, 0, host_key,
                             user_hostfile, system_hostfile) == 0) {                              ROQUIET, user_hostfile, system_hostfile) == 0) {
                                 debug("found matching key w/out port");                                  debug("found matching key w/out port");
                                 break;                                  break;
                         }                          }

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212