When I try to run an ansible playbook, while connected to a server I receive the following:
It says that there is no config file found - does anyone know how to change it look in a different location.
Also, I have generated a public key for the target host on the server, and copied it over from id_rsa.pub to the following location: /home/user/.ssh/authorized_keys
- however I still get prompted to enter a passphrase.
Are these two issues connected or just happen to be occurring at the same time? Does anybody have any ideas on how to get around this problem?
Will gladly provide more information if needed and any assistance is greatly appreciated.
python-crypto library
in particular), might be useful if you runansible --version
and share the result. – Zlemini