I had created on e box inside vagrant. In the Vagrantfile, I had given the network as
Create a private network, which allows host-only access to the machine
Single VM environment
you can use command: vagrant ssh
vagrant ssh
Multi VM environment
you can use command: vagrant ssh {hostname}
vagrant ssh {hostname}