ssh connection failed: Failed to find any acceptable way to authenticate"}

Hi all,

I created my own custom EE to use to connect to cisco ios and iosxr. But it always fail
with no acceptable way to authenticate. Any one have any what i am doing wrong ?

I need to send out email based on router show run.

Error:

TASK [show run on remote devices] **********************************************20:49:32

12
fatal: [sandbox]: FAILED! => {“changed”: false, “msg”: “ssh connection failed: Failed to find any acceptable way to authenticate”}

Below are the files i used to create the custom EE.

Hi! thanks for your detailed post. did you add an SSH credential in AWX (and attach to job template) that this job can use to connect to your cisco hosts?

Hi,

Thank you for the reply.

The template was working nicely with another EE which I downloaded from another user here.

But I needed the email function and was trying to create my own Ee and adding community.general.

My own EE has this error only.