Hi all,
If I ssh to my Hass.io on Pi, will I be able to see the contents of the shares of the Samba addon?
Where are they located from /?
I see many posts that point to /home/homeassistant/.homeassistant, but I could only see this in the /home folder:
HASS.IO runs on docker. The underlying OS that the docker container is running on is called ResinOS. In your HASS config, if you tell it to ignore /tmp that is INSIDE the docker container, and has nothing to do with the OS running as the host.
Why? It doesn’t have the tools a normal linux distro would have, and you are extremely limited on what you can do.
If you are using hassio, and not some other installation method, you HAVE to use port 22222 if you want to get outside of the containers to the underlying OS.
That’s not going to happen on Hassio/ResinOS/HassOS at this time.
Yes, you absolutely can get into the OS that way, ON HassOS/ResinOS-based HASSIO installs. But it won’t do any good. They are NOT general Linux Distros.
No.
If you need to install things like that, then you will want to install Hassbian or Raspbian + Home Assistant
I use Home Assistant (was Hassio) and I can get into it with putty via ssh on port 22. How do I configure the ssh so that I can get to port 22222? When I try with my current setup and only change the port from 22 to 22222 on putty it is refused. Thanks.