I created my first CoreOS droplet, put my ssh public key there.
When I went to Console Access from my account, it asked for login, entered root, then it asked for password. I don’t have a password because I created the droplet with SSH key.
Same thing happened when trying to ssh from my local machine.
I even tried to destroy and recreate the droplet, but it doesn’t help.
Any thought?
Thanks.
DD
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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:
If you want to specify the ssh-key you can also use the
-i
argument:Regards, Alex
solved
my bad, the default user for coreOS is core, not root