4096 SHA256:SpKY4tbbE7pkV5Ex3plKgu6X4nq6jtnM+Lss5Xk605A me@anywhere(RSA)
ansible-playbook -l servers -i hosts.cfg test.yml -v
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9f6b7441-ab31-49a8-bf9e-b87f5ad930d8n%40googlegroups.com.
The authenticity of host 'bitbucket.org (104.192.141.1)' can't be established.
RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'bitbucket.org,104.192.141.1' (RSA) to the list of known hosts.
g...@bitbucket.org: Permission denied (publickey).
In the end the local clone didn't work, but after that step the above sequence worked from my control node... So I was able to clone the project from remote after having bitbucket as known host on the node... Makes sense?
ssh -T g...@bitbucket.org
Seems, I would need to add bitbucket as known host somehow before the clone attempt...