Vagrant is giving me headaches and stealing my weekend.
I just can't ssh into any CentOS box. I'm using the box provided here http://nrel.github.io/vagrant-boxes/. In the meantime I've also tried a couple of other Centos 6.4 boxes, to no avail. (Shouldn't this just work? sigh)
NB! I have no problem SSH-ing into the basic Ubuntu box (precise32) mentioned in the Vagrant Getting Started.
I'm trying the most simple Vagrantfile, just providing the box and prolonging the timeout.
After vagrant up
Vagrant gives me this long ominous message that it wasn't able to boot and that there are many reasons why this might be so.
Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. This can mean a number of things.
If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well.
If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value.
But the box is running, so I try to SSH into it with Putty, which doesn't work either, I get a timeout as well or the following error:
ssh_exchange_identification: Connection closed by remote host
I have no clue what that means and didn't find any info that leads anywhere.
Has anyone got a clue why I'm having these problems? Has anyone had success with a CentOS box on Windows 8?