Hi! I recently installed the mutable dev enviroment on my Windows 10 PC, but I am unable to log into de Vagrant machine after loging out. That is, the first time I installed I usead the “vagrant up” command, then I logged with “vagrant ssh”, and exited with “exit”, the closing the machine with “vagrant halt”. The next day, when I tried running “vagrant up”, Is is unable to log, informing:
==> default: Running ‘pre-boot’ VM customizations…
==> default: Booting VM…
==> default: Waiting for machine to boot. This may take a few minutes…
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
default: Warning: Remote connection disconnect. Retrying…
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
default: Warning: Remote connection disconnect. Retrying…
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
default: Warning: Remote connection disconnect. Retrying…
default: Warning: Connection aborted. Retrying…
default: Warning: Connection reset. Retrying…
Only solution I found is to destroy the machine with “vagrant destroy”, and run “vagrant up” again, this being extremely unpractical.