Re: [vagrant-up] Vagrant ssh provision on Windows OpenSSH

2016-06-18 Thread Alvaro Miranda Aguilera
Hello The error is telling connection aborted, so something did interrup the connection. What happen if you do like this vagrant up --no-provision wait couple of minutes vagrant provision if this works, then its something with the windows services probably, say when network firewall or

[vagrant-up] Vagrant ssh provision on Windows OpenSSH

2016-06-16 Thread matthew
Hi, I have baked OpenSSH into a base (packer) box to the best of my ability. However, vagrant-up-ing the box fails at provisioning with this error: (PS. "OpenSSH/ssh.exe Administrator@192.168.70.141" works) Is it a key problem? PS C:\myfolder\vagrant> vagrant up --no-destroy-on-error