Error reading SSH protocol banner[Errno 104] Connection reset by peer

Is there a way to add -oKexAlgorithms=+diffie-hellman-group1-sha1 as an option when ansible is trying to connect to an cisco router? I am having Error reading SSH protocol banner[Errno 104] Connection reset by peer everytime I try to get data from the router. Thank you

I’m not sure there is anything specifically in AWX that will allow you to do this (like a setting) but it looks like there is an ansible variable called ansible_ssh_common_args[1] that you may be able to leverage to add these flag.
Perhaps you could apply that variable to your the required hosts via your inventory?
Let us know if that works.

-John

[1] https://docs.ansible.com/ansible/2.3/intro_inventory.html#list-of-behavioral-inventory-parameters