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