Report this

What is the reason for this report?

I enter my public ssh key in the pre-Droplet setup, but no acct is created for it. How to log in initially?

Posted on January 27, 2020

$ ssh <IP> ECDSA key fingerprint is SHA256:… Are you sure you want to continue connecting (yes/no/[fingerprint])? yes mylocalname@<IP>: Permission denied (publickey).

I.e. I’d think from the SSH key entry description that the Droplet created would be set up with an acct in the username of the public key and having sudo, or at least that there’d be a step-by-step guide in a more obvious place.



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.

Giving root in the name field under the public key gives you the existing root. From there, one might create another acct, give it sudo, copy/chown/chgrp the /root/.ssh dir to it, verify it all works, then rm /root/.ssh/authorized_keys .

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.