vagrant/keys
Mitchell Hashimoto 6d212efdbd Fix ppk path by just... not using ppk anymore. [GH-634] 2012-01-12 18:03:35 -08:00
..
README.md updated links on error messages and keys readme to reflect forthcoming windows documentation 2010-03-25 23:07:10 -07:00
vagrant Move the key back into place with the proper permissions 2011-12-11 15:35:28 -08:00
vagrant.pub Change comment on public key to be more descriptive of its role 2010-10-01 19:30:51 -07:00

README.md

Insecure Keypair

These keys are the "insecure" public/private keypair we offer to base box creators for use in their base boxes so that vagrant installations can automatically SSH into the boxes.

If you're working with a team or company or with a custom box and you want more secure SSH, you should create your own keypair and configure the private key in the Vagrantfile with config.ssh.private_key_path

Putty

If you are using Vagrant on windows, the .ppk file contained here, in the keys directory, has been generated from the private key and should be used to connect Putty to any VMs that are leveraging the default key pair. See guide in the documentation for more details on using Putty with Vagrant.