SSH terminal login on core-ssh

Hi,

I am running Home Assistant OS on an intel NUC.

Almost everything is working well…

I’m trying to login to homeassistant with SSH. Connect trough putty I can login with the set credentials in the ssh addon. I get this screen:

image

When I type ‘login’ to get core acces, the shell asks another login and password. What are those or how can I change them?

image

It’s not the same as the set password that I use to acces ssh. Also, root doesn’t work. It says: login incorrect. With other usernames I can type a password.

Thanks!

If you mean Host-Access you would have to ssh to port 22222. Also you would need authentication by key:

Thanks! That did the trick.

Nothing is listing on port 22222. I get “connection refused” so I think we’re missing a step.