[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.220 and 1.221

version 1.220, 2010/03/04 10:36:03 version 1.221, 2010/04/10 00:04:30
Line 726 
Line 726 
                 debug("Host '%.200s' is known and matches the %s host %s.",                  debug("Host '%.200s' is known and matches the %s host %s.",
                     host, type, want_cert ? "certificate" : "key");                      host, type, want_cert ? "certificate" : "key");
                 debug("Found %s in %s:%d",                  debug("Found %s in %s:%d",
                     want_cert ? "certificate" : "key", host_file, host_line);                      want_cert ? "CA key" : "key", host_file, host_line);
                 if (want_cert && !check_host_cert(hostname, host_key))                  if (want_cert && !check_host_cert(hostname, host_key))
                         goto fail;                          goto fail;
                 if (options.check_host_ip && ip_status == HOST_NEW) {                  if (options.check_host_ip && ip_status == HOST_NEW) {

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221