Interactive Probe Shell sensor triggers credentialess discovery even if SSH Classify probe was successfulDescriptionInteractive Probe Shell sensor triggers credentialless discovery even if SSH Classify probe was successfulSteps to Reproduce 1. Ensure system property mid.discovery.credentialless.enable = true2. Enable Credential-less Discovery on the MID to be used to reproduce the issue3. Ensure cmdb_ci_ip_address table does not have the target IP address4. Discover linux serverWorkaroundDiscovery Definition > Sensors > Interactive Probe Shell Change following code from:DiscoverySensor.prototype.handleError.call(this, errors, {sourceName: 'Interactive Probe Shell',lastState: lastState,deviceState: DiscoverySensor.DeviceStates.REJECTED,fireClassifiers: true});To:DiscoverySensor.prototype.handleError.call(this, errors, {sourceName: 'Interactive Probe Shell',lastState: lastState,deviceState: DiscoverySensor.DeviceStates.REJECTED,fireClassifiers: false});Related Problem: PRB1633538