Unable to perform discovery for Linux servers using ssh private keySummaryUnable to perform discovery for Linux servers using ssh private keyInstructions- Based on the configuration in sshd_config, it would look for public key in the server in ".ssh/authorized_keys" - Ensure that the /etc/ssh/sshd_config file on the linux target has the below entries PubkeyAuthentication tureAuthorized_keys .ssh/authorized_keys - Ensure that the public key is saved as ".ssh/authorized_keys" on the linux target with appropriate file permissions (644) - Perform a restart of sshd service on the linux target, so that the changes take effect which will enable public key authentication