“vagrant up” it stops at SSH auth method: private key
问题 I'm trying to install laravel on my computer with homestead environment. I followed all steps on the official documentation. And when I execute my "vagrant up" my console displays the following error. . Stops at SSH auth method. Previously I configured the ssh-keygen with " ssh-keygen -t rsa -b 4096 -C "me@email.com " I added the host piece at .rb file: Even .yaml file. I think I edited properly At hosts file I added: "192.168.10.10 administracio.dev" at the bottom of the file. And then when