I\'m trying to connect from one server to another. In fact I\'m trying to connect to my host OS (CoreOS) from within a docker container.
I have set up a RSA key and it works lik
I had the same problem with ansible running in a docker container on a coreOS host. With the help of this thread, i could follow it up to the -O ControlPath option. Switching off acceleration didn't help for me though. Changing the ssh_args= line to empty string did the trick for me.