Merge pull request #6071 from caseylang/patch-1
website/docs: Clarify config.ssh.insert_key docs
This commit is contained in:
commit
32a0d5f984
|
@ -68,12 +68,12 @@ is enabled. Defaults to false.
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
`config.ssh.insert_key` - If `true`, Vagrant will automatically insert
|
`config.ssh.insert_key` - If `true`, Vagrant will automatically insert
|
||||||
an keypair to use for SSH, replacing the default Vagrant's insecure key
|
a keypair to use for SSH, replacing Vagrant's default insecure key
|
||||||
inside the machine if detected. By default, this is true.
|
inside the machine if detected. By default, this is true.
|
||||||
|
|
||||||
This only has an effect if you don't already use private keys for
|
This only has an effect if you don't already use private keys for
|
||||||
authentication or if you are relying on the default insecure key.
|
authentication or if you are relying on the default insecure key.
|
||||||
If you don't have to take care about security in your project and want to
|
If you don't have to care about security in your project and want to
|
||||||
keep using the default insecure key, set this to `false`.
|
keep using the default insecure key, set this to `false`.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue