Cannot "Open Site SSH"

I am using a mac. I have Local on my machine. I am trying to use the “Open in SSH” feature within the software. When I click on it, the terminal gives me this error message.

" Error checking TLS connection: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"

My machine has VBox already installed and my Local sites are running fine, I just can’t use this feature. Please help

Logs: local-by-flywheel.log (60.3 KB)

This could occur if you are using a different shell than BASH on your Mac Terminal.

You can also manually SSH using a command like

ssh -i ~/.docker/machine/machines/local-by-flywheel/id_rsa docker@192.168.94.100

You’ll find the IP-address in Local->Database dashboard

There is a more detailed help here - https://www.theaveragedev.com/developing-a-local-addon-01/#logging-into-the-virtual-machine