diff --git a/website/docs/source/v2/vagrantfile/ssh_settings.html.md b/website/docs/source/v2/vagrantfile/ssh_settings.html.md index ed0d2bde8..90864e80a 100644 --- a/website/docs/source/v2/vagrantfile/ssh_settings.html.md +++ b/website/docs/source/v2/vagrantfile/ssh_settings.html.md @@ -68,8 +68,13 @@ is enabled. Defaults to false.
`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`.