vagrant/keys
John Bender 51853e2e8a updated links on error messages and keys readme to reflect forthcoming windows documentation 2010-03-25 23:07:10 -07: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 moved to key based ssh 2010-03-12 01:19:45 -08:00
vagrant.ppk error for vagrant ssh on windows, error text, mario gem, still need doc pages for links in error.yml 2010-03-25 00:09:31 -07:00
vagrant.pub moved to key based ssh 2010-03-12 01:19:45 -08: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.