Getting the following when I am trying to run Vagrant up
.
Have tried to re-provision etc. Even tried rolling back (in Time Machine) the user/vagrant-local
directory & the vagrant-local
directory where the sites all live.
An error occurred in the underlying SSH library that Vagrant uses. The error message is shown below. In many cases, errors from this library are caused by ssh-agent issues. Try disabling your SSH agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating
I was getting this exact error.
I upgraded from VirtualBox 5.0.x to 5.1.8 and the error went way. After upgrading I did vagrant destroy and then vagrant up and the machine booted up without issues.
So this is what I have now:
I also made sure everything else was updated. Don't forget to reboot.
Hope this helps.