Back to Opsview FAQ

Data could not be sent to remote host "IP". Make sure this host can be reached over ssh: Warning: Permanently added 'IP' (ECDSA) to the list of known hosts

Problem Copied

This error indicates that the remote host is reachable over the network and responding to SSH connections, as shown by the host key being successfully added to the known hosts list. However, the connection fails at the authentication stage, meaning none of the available authentication methods (public key, GSSAPI, or password) were accepted for the root user. As a result, the system is unable to log in to the remote host, and the operation is marked as unreachable, not because of a network issue, but because SSH access could not be established with the provided credentials or permissions.

  msg: |-
    Data could not be sent to remote host "<IP>". Make sure this host can be reached over ssh: Warning: Permanently added '<IP>' (ECDSA) to the list of known hosts.
    root@<IP>: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
  unreachable: true

Possible Cause(s) Copied

Possible solution(s) Copied

["Geneos"] ["Opsview > System"] ["FAQ"]

Was this topic helpful?