My setup is this: I have installed HassOS in a VirtualBox vm running on Ubuntu 20.04 (following the installation instructions on the Home-assistant.io website). This works fine.
However, I would like to be able to use the terminal interface on the host machine without opening another port in my router. In other words, I want to use HA’s SSL access with 2factor authentication for security, and use it to perform commands on the host machine.
Is this even possible? If so, how do I do it?
I would also like to access URL’s on the host machine, and have enabled the browser
integration in my configuration.yaml file. However, I get no response when I call the service in developer tools. I am presuming that the HassOS does not include a ‘default browser’ which the browser
integration expects.
Is there a way of installing one?
I would appreciate any help.