[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.346 and 1.347

version 1.346, 2020/12/20 23:36:51 version 1.347, 2020/12/20 23:38:00
Line 911 
Line 911 
         host_status = check_key_in_hostkeys(host_hostkeys, host_key,          host_status = check_key_in_hostkeys(host_hostkeys, host_key,
             &host_found);              &host_found);
   
           /* If no host files were specified, then don't try to touch them */
           if (!readonly && num_user_hostfiles == 0)
                   readonly = RDONLY;
   
         /*          /*
          * Also perform check for the ip address, skip the check if we are           * Also perform check for the ip address, skip the check if we are
          * localhost, looking for a certificate, or the hostname was an ip           * localhost, looking for a certificate, or the hostname was an ip

Legend:
Removed from v.1.346  
changed lines
  Added in v.1.347