- I have HA Yellow (Alpine os...)
- So, I have those addon.
- And, I have already set up the public key authentication and so on. It works.
- Specifically, when I
ssh root@<HA_PRIVATE_IP>(from my laptop), and then "do something there" and then , say, I "exit" from the session, from the client side, usingexitcommand or "CTRL + D" on my Mac. - Now, right after that, I want to connect one more time, quickly, and, that's what failing - I mean I would need to wait for some time, until I can connect again.
- Please correct me if I am wrong, it is because those Addon runs in a Docker container, rather than on the alpine Host itself.
My question is : is it possible to "make it faster to spin up the new container" or maybe I can just install the SSH directly on the Alpine to make it "instant" and "not breaking" the sessions?