Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created December 22, 2017 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schalkburger/41c823d48737df6e53b4645af2ddf6e8 to your computer and use it in GitHub Desktop.
Save schalkburger/41c823d48737df6e53b4645af2ddf6e8 to your computer and use it in GitHub Desktop.
Fix Scotch Box 3.0 authentication issue with vagrant up
If you are getting the following error after you've upgraded to version 3.0 of Scotch Box:
default: Warning: Remote connection disconnect. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
This sometimes happens with the upgrade. Try this in the Vagrantfile:
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment