[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.261 and 1.262

version 1.261, 2015/04/14 04:17:03 version 1.262, 2015/05/28 05:41:29
Line 886 
Line 886 
                             host_key, options.hash_known_hosts))                              host_key, options.hash_known_hosts))
                                 logit("Failed to add the %s host key for IP "                                  logit("Failed to add the %s host key for IP "
                                     "address '%.128s' to the list of known "                                      "address '%.128s' to the list of known "
                                     "hosts (%.30s).", type, ip,                                      "hosts (%.500s).", type, ip,
                                     user_hostfiles[0]);                                      user_hostfiles[0]);
                         else                          else
                                 logit("Warning: Permanently added the %s host "                                  logit("Warning: Permanently added the %s host "

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.262