
vagrant\machines\default\virtualbox Near the "File Name" menu you have a dropdown menu for selecting extensions. Start PuTTYgen and click the "Load" button and go to the folder where you just ran "vagrant up" and go to. To import the generated private key into the SSH client that you will use (PuTTY) you will have to use PuTTYgen. Usually, Vagrant will generate a private key and a public key when creating a new VM (as a result of the 'vagrant up' command). The best way to interact with this boxes is to use a RSA key pair.


Some Vagrant images will set a default uesrname/password combination, others will generate a random key and place it in a newly created file.

The advantage over running a regular VM with VirtualBox (I will use VirtualBox as an example in this tutorial because it is free and easy to use) is that the Vagrant box will run without the GUI.

This might be useful if you need a Linux environment for development and you don't want install a Linux distribution with dual-boot.
