Setup ICP 2.1.0 (IBM Cloud Private) fails due to ssh troubles. Single host installation under Ubuntu

682 Views Asked by At

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 [email protected] this is successful.

1

There are 1 best solutions below

0
On

Have you copied the public key in all the nodes?

In your case:

$ ssh-copy-id -i .ssh/id_rsa [email protected]