Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ansible-plugin
-
Environment:Ansible plugin 0.3.1
-
Similar Issues:
Description
When use private ssh key which is protected by password, set it up in ssh credentail plugin, the Ansbile plugin run with error "[10.222.0.129] => SSH Error: Permission denied (publickey)."
The expected behavior is ansible-playbook should run without problem
I believe I've hit this issue as well, I'm able to ssh in to the server using the password-protected private key, however I am getting "Permission denied (publickey)." when using the ansible plugin.