Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLaura Cressman
12,548 PointsAuthentication failure
Hi everyone, I'm trying to install the Treehouse VM on my Mac. When I went typed "vagrant up" into my terminal, everything seemed to work until my machine got to the following output. It kept retrying until I simply shut down the terminal. Help??
default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: treehouse default: SSH auth method: private key default: Warning: Connection timeout. Retrying... default: Warning: Authentication failure. Retrying...
Thanks and smile, Laura :)
1 Answer
Justin Gaba
3,311 PointsUpdate: Laura Cressman, I fixed the problem I was having by taking the steps below
- Typed 'vagrant ssh-config' in the console
- Made sure to halt by typing 'vagrant ssh'
- Then deleted my treehouse directory and extracted the contents of this file Link from video
- Then typed 'vagrant up' followed by vagrant ssh' and it worked