Report this

What is the reason for this report?

CoreOS still asking for root password

Posted on January 21, 2015

Hello,

I am a new user. I created an sshkey as the guide suggesteda and I added the public key while I was creating the droplet.

The problem is when I try to connect using “ssh root@(ipadress)” it still asks for a root password which I do not have.

Thank you



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.

Try: ssh -i ssh-private-key core@ip.address

As indicated in the CoreOS documentation and in the tutorials on DigitalOcean, the user you should be using is not ‘root’ but ‘core’.

Hello, there

As per the other comments, the user should be "core"and not “root”

You can ssh to the droplet with the following command:

  1. ssh core@DropletIP

If you want to specify the ssh-key you can also use the -iargument:

  1. ssh -i ~/.ssh/ssh-key core@DropletIP

Regards, Alex

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.