Guest User

Untitled

a guest
Dec 26th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. If you are getting the following error after you've upgraded to version 3.0 of Scotch Box:
  2.  
  3. default: Warning: Remote connection disconnect. Retrying...
  4. default: Warning: Authentication failure. Retrying...
  5. default: Warning: Authentication failure. Retrying...
  6. default: Warning: Authentication failure. Retrying...
  7.  
  8. This sometimes happens with the upgrade. Try this in the Vagrantfile:
  9.  
  10. config.ssh.username = "vagrant"
  11. config.ssh.password = "vagrant"
Add Comment
Please, Sign In to add comment