Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. - Use ```VBoxManage list vms``` to get VM id
  2. - Open folder ```.vagrant/machines/default/virtualbox```
  3. - Set the new ID on files ```action_provision``` and ```id```
  4. - Remove SSH connection on Vagrantfile
  5.  
  6. ```
  7. config.ssh.insert_key = false
  8. config.ssh.username = 'vagrant'
  9. config.ssh.password = 'vagrant'
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement