Re: [vagrant-up] Where can I find the `name` of vagrant ssh `name`?

2017-12-08 Thread Alvaro Miranda Aguilera
hello vagrant status by default the name is default however, [] usually means [optional] so vagrant ssh or vagrant ssh default is the same the name or id is needed if you want to connect to a vm without the default name or some other vm just using the id when you many multiple running you

[vagrant-up] Where can I find the `name` of vagrant ssh `name`?

2017-12-07 Thread luo kan
I am using `Vagrant 2.0.1`, after running `vagrant up`, I run `vagrant ssh`,it didn't have a response,as follow: [![enter image description here][1]][1] the commond in docs is like this: https://www.vagrantup.com/docs/cli/ssh.html vagrant ssh [name|id] [-- extra_ssh_args]