我看教程多节点安装kubekey,一直ERRO[17:52:24 CST] Failed to connect to 10.110.77.113: could not establish connection to 10.110.77.113:22: ssh: handshake failed: ssh: unable to authenticate , attempted methods [none], no supported methods remain node=10.110.77.113,看上去像ssh连接的报错,但是我直接用ssh跑是能够正常链接的,请问是我配置有问题还是ssh账号密码有什么要求,ssh配置是
hosts:
- {name: master, address: 10.110.77.111, internalAddress: 10.110.77.111, user: ××××, password: ××××}
- {name: node1, address: 10.110.77.112, internalAddress: 10.110.77.112, user: ××××, password: ××××}
- {name: node2, address: 10.110.77.113, internalAddress: 10.110.77.113, user: ××××, password: ××××}