Hello,
I have been synchronizing my Project using my GIT repo with no issues (AWX on K3s), but today it suddenly stopped working with this error:
TASK [update project using git] ************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “cmd”: [“/usr/bin/git”, “fetch”, “–tags”, “origin”], “msg”: “Failed to download remote objects and refs: Unable to negotiate with XX.XX.XX.XX port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n”}
How can I force AWX to communicate to this SSH server using any of this allowed protocols?
Thanks in advance for any help,
Max.