-
Notifications
You must be signed in to change notification settings - Fork 477
Open
Description
On my OSX 10.10 machine i had a problem with the git step in the mezzanine config. I would get public key denied and with debugging was able to show that agent forwarding was not working. (I had ensured that the ssh-agent was running and that my github key was ssh-add'd to the agent).
Solution for me was to add to the ansible.cfg file so that it looks as follows on the ssh_args line:
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o UserKnownHostsFile=/dev/null
cutmail and danswater
Metadata
Metadata
Assignees
Labels
No labels