Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. # This is not so much a fix, just a work around to get into the vm box once loaded.
  3. # This problem seems to be only with ubuntu14 32 bit version vagrant boxes. At least thats the case on my system.
  4.  
  5. config.ssh.username = "vagrant"
  6. config.ssh.password = "vagrant"
  7. config.ssh.insert_key = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement