From 2fb12a15e5418d30d3646fbc7a4cabefc1d2dd9a Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 5 Jan 2018 13:23:31 -0800 Subject: [PATCH] Update website with new config.ssh setting and deprecation of :paranoid --- website/source/docs/vagrantfile/ssh_settings.html.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/vagrantfile/ssh_settings.html.md b/website/source/docs/vagrantfile/ssh_settings.html.md index f5ce75c16..46c339934 100644 --- a/website/source/docs/vagrantfile/ssh_settings.html.md +++ b/website/source/docs/vagrantfile/ssh_settings.html.md @@ -67,9 +67,18 @@ any keys stored in ssh-agent). The default value is `true`.
+`config.ssh.verify_host_key` - Perform strict host-key verification. The default +value is `false`. + +
+ `config.ssh.paranoid` - Perform strict host-key verification. The default value is `false`. +__Deprecation:__ +The `config.ssh.paranoid` option is deprecated and will be removed in a future release. +Please use the `config.ssh.verify_host_key` option instead. +
`config.ssh.forward_agent` - If `true`, agent forwarding over SSH