Authentication Issue
Problem Description
On vagrant up, you see something similar to this error
The error appears to be related to this vagrant issue:
Solution
- run
vagrant up
to create virtual machine
even tho this errors out w/ authentication failure, the VM is created - copy the public key from here: https://github.com/wealthbot-io/wealthbot/blob/master/vagrant/puphpet/files/dot/ssh/id_rsa.pub
- vagrant ssh into your vm
- paste key here /home/vagrant/.ssh/authorized_keys
- exit and run
vagrant up
again
Updated less than a minute ago