Report this

What is the reason for this report?

SSH permission errors and droplet will not update

Posted on November 5, 2015

So I inherited a Droplet. I’ve added my ssh key into the settings on the control panel. I tried to connect to via SSH, root@my-ip No luck, I keep getting Permission denied (publickey) Why is the control panel not updating the authorized_keys on my server as I assume it’s supposed to be? I can access things though the console, which painfully slow and doesn’t seem to support any kind of paste (super lame).

$ cat ~/.ssh/id_rsa.pub | ssh root@104.236.63.110 "cat >> ~/.ssh/authorized_keys" obviously won’t work since I can’t get access.

SO what do I do? Type my whole public key into the console by hand? That’s the most BS thing ever. What else?

Help is appreciated. Thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

SSH keys are only used when creating your droplet. Enable password auth or wget your public key.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.