2010-03-12 09:45:18 +00:00
|
|
|
# Insecure Keypair
|
|
|
|
|
|
|
|
These keys are the "insecure" public/private keypair we offer to
|
2013-01-03 16:32:39 +00:00
|
|
|
[base box creators](http://docs.vagrantup.com/v1/docs/base_boxes.html) for use in their base boxes so that
|
2010-03-12 09:45:18 +00:00
|
|
|
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
|
2010-03-25 06:54:35 +00:00
|
|
|
`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
|
2013-01-03 16:32:39 +00:00
|
|
|
are leveraging the default key pair. See [guide](http://docs.vagrantup.com/v1/docs/getting-started/ssh.html)
|
|
|
|
in the documentation for more details on using Putty with Vagrant.
|