Home Assistant Blue start/stop / connect putty

Stopping core does not stop ssh, which is a separate addon.

My Prop is : I can only use the SSH that embedded in HA, the terminal, that one is stopped. I never managed connecting to HA through putty/SSH outside of the embedded HA terminal

How did you type ha core stop then?

In fact how did you connect to the ssh terminal? Something other than putty?

Terminal / SSH add-on inside HA

stopping HA also stops the UI hence the terminal-add-on

unfortunately I tend to agree. I bought HA-blue because I’m absolutely free of talent for installations, just not my thing. It definitely served that purpose. But no way to get support, even for basic things like connecting putty or HA Core Start from Terminal

Would feel better if I would not need to cycle power to restart HA but could do it more gently.

Otherwise HA works fine and I got quite a few custom integrations working. Yet as stated in this thread, I feel a bit abandoned with HA blue.

What sort of software or user support were you expecting to get by purchasing a piece of hardware?

These forums are a great place to ask for help and get support. Spend some time doing some searching and reading and if you can’t find the answer, start a new thread.

1 Like

There should be no reason to have to power cycle the hardware just to restart HA. Unless HA Blue runs totally differently than any other HA install method I’ve seen. :man_shrugging:

1 Like

You will get basic linux support here depending on the goodwill of forum posters but you shouldn’t be expecting this from the devs just because you bought a Blue.

Both the threads you point to proceed on the false assumption that stopping core stops the ssh addon. It doesn’t.

Thanks for the replies. I regards HA-blue as a bundle, HW & SW installed. As stated elsewhere, I only managed SSH through the terminal (add-on) within HA. That one stops when I stop HA (or likely more precisely, when stopping HA core also stops the UI)

I failed so far connecting SSH through PUTTY from elsewhere, connection steadfastly refused.
image
Samba works fine though, so its not a generic network issue. I suspect a setting in HA-blue that’s preventing external SSH, hence my expectation that the seller of a bundle provides minimum guidance or at least some contact.

Is port 22 open on the Blue? (Or whatever port you set in the ssh addon)

Putty works fine with the ssh addon. You have not shown how the addon is configured…

not much configuration in SSH other than the public key (with and without the comment around it)
and putty neither (other than the private key file in SSH)
keys generated with puttygen
image

That’s not the addon configuration. Have you installed ssh access to home assistant? It does not come pre installed.

Go to Settings → System → Hardware. Click the 3 dot menu in the top right. Select Restart Host. Very gentle.

Or if you prefer the CLI - ha host reboot.

Or are you actually trying to stop core? In that case you have several options:

  1. Settings → System and click restart in the top right
  2. Type c from anywhere and then type “restart”. Select the “Restart server” option
  3. Or again if you prefer the cli - ha core restart. Or ha core stop and then ha core start.

Neither of those are basic things. The SSH addons are only available to advanced users. Advanced users are kind of expected to know what they’re doing.

Why do you need SSH access anyway? Sounds like you already have Samba installed and so can edit your config. Restarting HA and rebooting the host are both options in the UI, there’s no reason you have to use the CLI for those.

2 Likes

He doesn’t want to restart core, he wants to stop core, play with his database, then start core. So none of the restart options are suitable. And once core is stopped you can’t use ui. His query boils down to whether the ssh addon continues to run when core is stopped. My experience is that the ssh and web terminal does continue to run when core is stopped.

That’s correct, on supervised all containers run irrespective of the state core is in. That being said, unless your OS runs into trouble.

SSH and Samba add ons have saved me on more than one occasion.

That is not the addon configuration. The addon configures the ssh server.

Thanks @nickrout , you summarized it perfectly.
Samba keeps running when I stop HA and I’m confident so does SSH. But I still have not managed accessing SSH from my windows-putty and (re-)start HA core after a while of downtime other than cycle the power.

my SSH/Terminal add-on configuration

authorized_keys:
  - >-
    AAAAB3NzaC1yc2EA........6a50WohUjIl
  - >-
    ---- BEGIN SSH2 PUBLIC KEY ---- Comment: "rsa-key-20220622"
    AAAAB3NzaC1yc......26a50WohUjIl ---- END SSH2 PUBLIC
    KEY ----
password: ''
apks: []
server:
  tcp_forwarding: false