CoreOS - Unable to login as root

Linode Staff

Once the server is on, I try to connect to it via ssh and the user & password fields prompt. I fill both with the root password and doesn't let me in. I am using CoreOS Linux. How do I login?

2 Replies

CoreOS Container Linux, by default, has the root user disabled for login.

Instead, you want to be logging in with the core user.

So, to login, you would use the command:

ssh core@<my-ip-address>

If you are attempting to login via the LISH Console, use core as the username login. If you need to reset your password, check out our Reset your Root Password guide.

Our CoreOS Container Login Guide has an excellent walk-through for this process.

I'll try 'core', that's almost certainly the issue.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct