I have been developing an automated deployment using Capistrano and using Vagrant as my test virtual server.
The thing is, I need the IP of Vagrant to \"ssh
ssh
Terminating a connection open with vagrant ssh will show the address, so a dummy or empty command can be executed:
vagrant ssh
$ vagrant ssh -c '' Connection to 192.168.121.155 closed.