Vagrant ssh Permission denied (publickey)

Hallelujah! That worked! Then just had to ssh in and replace the database with the dump from last (long-f’n-night):

mysql -uroot -p -h localhost blablabla_dev_development < database_backup.sql

And we’re back to where we started six hours of Yak shaving ago - minus the can’t connect to Wordpress server error.

I had to replace the hosts directory as well.

Issue came up again today and it seems to be because I am now using iTerm.app and it needs–at least on Mojave–to have access granted: https://github.com/hashicorp/vagrant/issues/10234#issuecomment-424305964