【发布时间】:2015-06-29 23:56:59
【问题描述】:
我在尝试访问 Bluemix 中的 VM 时遇到问题。这是我的步骤:
我尝试了两种方法:
要求 Bluemix 网页制作安全密钥并下载它,或者
在我的计算机中生成并将其发送到 Bluemix 网页。
我尝试的所有操作都会导致相同的问题:当我通过 ssh 连接到我的任何 VM 时,它会不断询问我的密码,但 Bluemix 没有默认密码,也不会要求用户创建访问密码。
在阅读其他问题时,我正在使用 ibmcloud 用户。另一点:我知道至少还有两个人在他们的机器上有同样的问题。有没有普遍的问题?你能帮我确定这个错误的解决方案吗?
使用控制台输出更新:
ssh -i ~/.ssh/ibmclound.pub ibmclound@129.41.xxx.xxx
Enter passphrase for key '/home/claudino/.ssh/ibmclound.pub':
Enter passphrase for key '/home/claudino/.ssh/ibmclound.pub':
Enter passphrase for key '/home/claudino/.ssh/ibmclound.pub':
ibmclound@129.41.xxx.xxx's password:
Permission denied, please try again.
ibmclound@129.41.xxx.xxx's password:
【问题讨论】:
-
各位,这是控制台输出:
ssh -i ~/.ssh/ibmclound.pub ibmclound@129.41.xxx.xxxEnter passphrase for key '/home/claudino/.ssh/ibmclound.pub':Enter passphrase for key '/home/claudino/.ssh/ibmclound.pub':Enter passphrase for key '/home/claudino/.ssh/ibmclound.pub':ibmclound@129.41.xxx.xxx's password:Permission denied, please try again.ibmclound@129.41.xxx.xxx's password:
标签: ssh virtual-machine ssh-keys ibm-cloud