config.vm.network :forwarded_port, guest: 22, host: 2291, id: "ssh"
on the second VM
config.vm.network :forwarded_port, guest: 22, host: 2292, id: "ssh"
and test
2. disable the insert ssh_key so you can connect with the insecure key
config.ssh.insert_key = false
then try to login with the insecure ssh key
https://github.com/hashicorp/vagrant/blob/master/keys/vagrant
Alvaro
--
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/077d5476-dff0-4db8-9d5e-029b9ef4a0d6%40googlegroups.com.