vagrant up
This uses a Vagrantfile to start up a virtual machine (such as starting up an Ubuntu environment using VirtualBox)
vagrant ssh
This will SSH into the virtual machine, but first you need to ensure that SSH keys are configured properly. These can be passed in by setting this in the Vagrantfile:
config.ssh.forward_agent = true
No comments:
Post a Comment