Posts

How to fix Vagrant error: `private_key_path` file must exist:

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 6 1 I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When I try to spin it up using the vagrant up command, I get the following error message: C:xx>vagrant up Bringing machine 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again: SSH: * private_key_path file must exist: P://.vagrant.d/insecure_private_key I came across this question and moved the insecure_private_key from puphpetfilesdotssh to the same directory as wher