Skip to content

Instantly share code, notes, and snippets.

@beardedtim
Created January 28, 2016 21:12
Show Gist options
  • Save beardedtim/e0372d1e7e31a4259e7a to your computer and use it in GitHub Desktop.
Save beardedtim/e0372d1e7e31a4259e7a to your computer and use it in GitHub Desktop.

If SSH Error:

  • this error is because you are not giving your VM the correct creds.
  • to fix this, in your Vagrantfile, make it look something like:

   config.ssh.forward_agent = true
   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