Disable ssh login

Hi,

How do you disable SSH login when doing starting the vms?

I could not find any option to disable it.

I am setting up a multi vm environment thin client setup where the second vm boots from the network and gets its image over the network. This all works fine! But when doing the vagrant up the command “fails” because it can’t log in to the machine. (Which will never be needed).

As far as I understand it, this is only possible with the Docker provider https://www.vagrantup.com/docs/providers/docker/configuration#has_ssh.

Ok. I will look at it and see if I can get an idea to override it for the virtualbox provider.