0

When running sudo docker run --net=host -t -e LICENSE=accept -v $(pwd):/installer/cluster ibmcom/icp-inception:2.1.0-ee install

I get fatal: [192.168.201.130] => Failed to connect to the host via ssh: Permission denied (publickey,password).

I have debugged the session: root@icpecm:/opt/ibm-cloud-private-2.1.0/cluster# ssh -vvv -i cluster/ssh_key root@192.168.201.130 this is successful.

4

1 回答 1

1

您是否在所有节点中复制了公钥?

在你的情况下:

$ ssh-copy-id -i .ssh/id_rsa root@192.168.201.130
于 2017-11-24T11:35:25.280 回答