[DOCS] Clarifies the entry for config.ssh.insert_key
This commit is contained in:
parent
92762eeb8c
commit
8f6ebcacb9
|
@ -68,8 +68,13 @@ is enabled. Defaults to false.
|
|||
<hr>
|
||||
|
||||
`config.ssh.insert_key` - If `true`, Vagrant will automatically insert
|
||||
an insecure keypair to use for SSH. By default, this is true. This only
|
||||
has an effect if you don't already use private keys for authentication.
|
||||
an keypair to use for SSH, replacing the default Vagrant's insecure key
|
||||
inside the machine if detected. By default, this is true.
|
||||
|
||||
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.
|
||||
If you don't have to take care about security in your project and want to
|
||||
keep using the default insecure key, set this to `false`.
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue