【发布时间】:2020-03-01 06:43:20
【问题描述】:
我正在关注本指南:https://thesweetsetup.com/how-to-use-digital-ocean-for-web-development-on-an-ipad/ 使用 Blink/Mosh 在 iPad 上设置环境。
我在 DO UI 中生成了一个 droplet,并添加了我使用 ssh-keygen 创建的公钥(也尝试了 ssh-keygen -m pem)。当我做ssh root@<IP-ADDRESS. 时,我得到了通常的对话框:
Ed25519 key fingerprint is SHA256:<key>.
The server is unknown.
Do you trust the host key? (yes/no): yes
This new key will be written on disk for further usage.
Do you agree? (yes/no): yes
在此之后,我将返回 blink。如果我再次尝试 SSH,则没有任何反应。如果我尝试说 ssh -i id_rsa root@<IP-ADDRESS> 也没有任何反应。
我做错了什么?我发现了这个:https://github.com/blinksh/blink/issues/725 但不明白该怎么做。
【问题讨论】:
标签: ipad ssh digital-ocean