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 trial

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing the Treehouse VM on Mac

Laura Cressman
Laura Cressman
12,548 Points

Authentication 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

Update: Laura Cressman, I fixed the problem I was having by taking the steps below

  1. Typed 'vagrant ssh-config' in the console
  2. Made sure to halt by typing 'vagrant ssh'
  3. Then deleted my treehouse directory and extracted the contents of this file Link from video
  4. Then typed 'vagrant up' followed by vagrant ssh' and it worked