Ansible won't let me connect through SSH

前端 未结 3 1045
一向
一向 2021-02-19 18:07

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

3条回答
  •  误落风尘
    2021-02-19 18:51

    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.

提交回复
热议问题