mohatt / dashbrew

Vagrant build for developing PHP projects on different PHP versions and configurations
492 stars 38 forks source link

Auth failure using MySQL SSH tunnelling - bad key? #33

Open wdmtech opened 9 years ago

wdmtech commented 9 years ago

Tried using the ~/vagrant.d/insecure_private_key (with user vagrant) as per the documentation, but getting auth failure. Do I need to regenerate this key somehow, or change something on the guest perhaps?

vkvasnytsky commented 9 years ago

Why do you need this SSH tunnel for a local host? Use Vagrant's IP and that's it.

wdmtech commented 9 years ago

@phpid Will give it a try, thanks :)