Added a README to the keys directory

This commit is contained in:
Mitchell Hashimoto 2010-03-12 01:45:18 -08:00
parent 07284b4003
commit 08d204c03b
1 changed files with 10 additions and 0 deletions

10
keys/README.md Normal file
View File

@ -0,0 +1,10 @@
# Insecure Keypair
These keys are the "insecure" public/private keypair we offer to
[base box creators](http://vagrantup.com/docs/base_boxes.html) 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`