vagrant plugin install dotenv
vagrant up
Add below:
# ~/.ssh/config
Host mouselocal
HostName 192.168.33.10
User vagrant
IdentityFile ~/.vagrant.d/insecure_private_key
vagrant plugin install dotenv
vagrant up
Add below:
# ~/.ssh/config
Host mouselocal
HostName 192.168.33.10
User vagrant
IdentityFile ~/.vagrant.d/insecure_private_key