Authentication Issue

Problem Description

On vagrant up, you see something similar to this error

467

vagrant authentication issue

The error appears to be related to this vagrant issue:

Solution

  1. run vagrant up to create virtual machine
    even tho this errors out w/ authentication failure, the VM is created
  2. copy the public key from here: https://github.com/wealthbot-io/wealthbot/blob/master/vagrant/puphpet/files/dot/ssh/id_rsa.pub
  3. vagrant ssh into your vm
  4. paste key here /home/vagrant/.ssh/authorized_keys
  5. exit and run vagrant up again