Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 821 Bytes

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.