vagrant/keys
Chris Roberts b40f6e5fda Add ed25519 insecure private key
Add a new ed25519 insecure private key. Update the README with
information about the two insecure keys. Retain the RSA key in the
`vagrant` file and duplicate it into `vagrant.key.rsa`. Append the
ed25519 public key to the `vagrant.pub` file.
2023-06-26 15:06:02 -07:00
..
README.md Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00
vagrant Private key fix 2013-03-01 14:04:12 -08:00
vagrant.key.ed25519 Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00
vagrant.key.rsa Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00
vagrant.pub Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00
vagrant.pub.ed25519 Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00
vagrant.pub.rsa Add ed25519 insecure private key 2023-06-26 15:06:02 -07:00

Insecure Keypairs

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.

Vagrant Keypairs

There are currently two "insecure" public/private keypairs for Vagrant. One keypair was generated using the older RSA algorithm and the other keypair was generated using the more recent ED25519 algorithm.

The vagrant.pub file includes the public key for both keypairs. It is important for box creators to include both keypairs as versions of Vagrant prior to 2.3.8 will only use the RSA private key.

Custom Keys

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