- Use
VBoxManage list vmsto get VM id - Open folder
.vagrant/machines/default/virtualbox - Set the new ID on files
action_provisionandid - Remove SSH connection on Vagrantfile
config.ssh.insert_key = false
config.ssh.username = 'vagrant'
config.ssh.password = 'vagrant'