Hi,
I upgraded from 1.2 to 1.4 and tested a playbook.
I had to accept all ssh connections once again.
"The authenticity of host 'foo (10.10.20.60)' can't be established."
What change caused this?
Marc
Hi,
I upgraded from 1.2 to 1.4 and tested a playbook.
I had to accept all ssh connections once again.
"The authenticity of host 'foo (10.10.20.60)' can't be established."
What change caused this?
Marc
Did you perhaps clean out your known_hosts file?
Michael DeHaan schrieb (12.12.2013 16:15 Uhr):
Did you perhaps clean out your known_hosts file?
this is a "fancy" more than one uid 0 user system here ...
I'm /root/ user "foo" (and ask me why ...) and formerly ansible (1.2) has used /root/.ssh/know_hosts, now (1.4) it uses /home/foo/.ssh/know_hosts and this was quite empty till now.
I copied the know_hosts over to my $HOME.
Marc