Merge pull request #1293 from yarikoptic/master
DOC: keys/README.md -- fix urls to docs.
This commit is contained in:
commit
f44be14f67
|
@ -1,7 +1,7 @@
|
||||||
# Insecure Keypair
|
# Insecure Keypair
|
||||||
|
|
||||||
These keys are the "insecure" public/private keypair we offer to
|
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
|
[base box creators](http://docs.vagrantup.com/v1/docs/base_boxes.html) for use in their base boxes so that
|
||||||
vagrant installations can automatically SSH into the boxes.
|
vagrant installations can automatically SSH into the boxes.
|
||||||
|
|
||||||
If you're working with a team or company or with a custom box and
|
If you're working with a team or company or with a custom box and
|
||||||
|
@ -13,5 +13,5 @@ and configure the private key in the Vagrantfile with
|
||||||
|
|
||||||
If you are using Vagrant on windows, the .ppk file contained here, in the keys directory,
|
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
|
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](http://vagrantup.com/docs/getting-started/windows.html)
|
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.
|
in the documentation for more details on using Putty with Vagrant.
|
Loading…
Reference in New Issue