Hi,
I am currently setting up the local development environment with vagrant and I am having an issue provisioning it.
When I spin up the local server(‘vagrant up’) , the script freezes at ssh into the server. I restarted it and it’s all green. The problem is that the server is never properly provisioned even though the script finishes.
So I manually try to provision it with ‘vagrant provision’ and it it fails with this error:
“SSH Error: data could not be sent to remote host “127.0.0.1”. Make sure this
host can be reached over ssh”
Any ideas?