0 (master) $ vagrant status
Current machine states:
node1 running (virtualbox)
node2 running (virtualbox)
This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.
0 (master) $ vagrant ssh node1 -c 'ssh node2 id'
Warning: Permanently added 'node2,192.168.10.12' (ECDSA) to the list of known hosts.
uid=1000(vagrant) gid=1000(vagrant) groups=1000(vagrant),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),110(sambashare),999(admin)
Connection to 127.0.0.1 closed.
0 (master) $ vagrant ssh node2 -c 'ssh node1 id'
Warning: Permanently added 'node1,192.168.10.11' (ECDSA) to the list of known hosts.
uid=1000(vagrant) gid=1000(vagrant) groups=1000(vagrant),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),110(sambashare),999(admin)
Connection to 127.0.0.1 closed.
0 (master) $
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/c91ec92b-a349-46bf-9adb-91e8dbad4ae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.