Hello,
The error is telling you that vagrant can't login.
Also is telling you is using vagrant user but no password
So, what is happing is:
You created the original box, and vagrant since 1.7.x it does change
the ssh key, from the known public one to a private one.
This new VM doesn't have the ssh key to login and is failing.
Options.
1.
In the first VM you need to use:
config.ssh.insert_key = false
this will avoid the change in the key
Before packaging/cloning you need to:
1.a ensure there is no /etc/udev/rules.d/70-persistent-net.rule
1.b there is no hardcoded UUID/MACADDRESS in the network configuration files
1.c the first nic is set to NAT
1.d ideally are not more nic configurations.
in your particular case I don't think you have an issue, since is
trying to connect, but just leaving these here just in case.
2.
tell vagrant user and pass
config.ssh.user = "vagrant
config.ssh.password = "vagrant"
password need to match the one for the VM
Can you check 1 and see how it goes?
Thanks
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
>
https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues:
https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
vagrant-up+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/vagrant-up/4236fe32-8c4a-4478-9092-29f92a61961e%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.