【发布时间】:2017-07-17 11:23:20
【问题描述】:
在创建新的 Droplet 时,我检查了 SSH 选项并粘贴了我的公钥(在我的 AWS 上可以正常工作)Droplet 但无法登录到新的 Droplet。两个实例都使用 ubuntu。通过阅读文档,我了解到如果在创建实例时提供 SSH 密钥,则不会发送带有 root 密码的电子邮件。不知道为什么提示我输入密码。协助将不胜感激。
这是我尝试登录的会话:
TLOMBARD-M-T8T8:.ssh tlombard$ ssh root@107.170.209.13
The authenticity of host '107.170.209.13 (107.170.209.13)' can't be established.
ECDSA key fingerprint is SHA256:CsusP0faav9SqEfSXpXpMjeEEp2GXrT77OT35x3TJco.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '107.170.209.13' (ECDSA) to the list of known hosts.
root@107.170.209.13's password:
Permission denied, please try again.
root@107.170.209.13's password:
Permission denied, please try again.
【问题讨论】:
标签: ssh digital-ocean