[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.516 and 1.517

version 1.516, 2020/01/27 20:51:32 version 1.517, 2020/01/28 07:24:15
Line 1238 
Line 1238 
                         debug("UpdateHostKeys=ask is incompatible with "                          debug("UpdateHostKeys=ask is incompatible with "
                             "remote command execution; disabling");                              "remote command execution; disabling");
                         options.update_hostkeys = 0;                          options.update_hostkeys = 0;
                   } else if (options.log_level < SYSLOG_LEVEL_INFO) {
                           /* no point logging anything; user won't see it */
                           options.update_hostkeys = 0;
                 }                  }
         }          }
         if (options.connection_attempts <= 0)          if (options.connection_attempts <= 0)

Legend:
Removed from v.1.516  
changed lines
  Added in v.1.517