[DOCS] Clarifies the entry for config.ssh.insert_key

This commit is contained in:
Victor Schröder 2015-02-24 18:35:20 +01:00
parent 92762eeb8c
commit 8f6ebcacb9
1 changed files with 7 additions and 2 deletions

View File

@ -68,8 +68,13 @@ 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 insecure keypair to use for SSH. By default, this is true. This only an keypair to use for SSH, replacing the default Vagrant's insecure key
has an effect if you don't already use private keys for authentication. 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> <hr>