Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up测试可连接性失败 #2362
Comments
This comment has been minimized.
This comment has been minimized.
这是通过ansible来连接的,你可以尝试在里面安装个ansible来测试试试 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seally10 commentedJan 24, 2019
[简述你的问题]
使用版本
1.4.6-2 运行在docker里面
问题复现步骤
具体表现[截图可能会更好些,最好能截全]
在docker中通过命令 ssh -p 22 manager_user@192.xxx.xxx.xx 可以连,但页面上测试连通性有问题:
{"changed": false, "msg": "Failed to connect to the host via ssh: Control socket connect(/root/.ansible/cp/9eb836ec9c): Connection refused\r\nFailed to connect to new control master\r\n", "unreachable": true}
其他