【问题标题】:Setup ICP 2.1.0 (IBM Cloud Private) fails due to ssh troubles. Single host installation under Ubuntu由于 ssh 问题,设置 ICP 2.1.0(IBM Cloud Private)失败。 Ubuntu下单主机安装
【发布时间】:2017-11-23 14:58:08
【问题描述】:

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

我致命:[192.168.201.130] => 无法通过 ssh 连接到主机:权限被拒绝(公钥、密码)。

我已经调试了会话: root@icpecm:/opt/ibm-cloud-private-2.1.0/cluster# ssh -vvv -i cluster/ssh_key root@192.168.201.130 这是成功的。

【问题讨论】:

  • 欢迎来到 Stack Overflow!请将您的问题移至Super User(在此处删除,在此处重新发布)。这是off-topic here

标签: ssh-keys ibm-cloud-private


【解决方案1】:

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

在你的情况下:

$ ssh-copy-id -i .ssh/id_rsa root@192.168.201.130

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多