From 08e381c6b225e6115b9df47b26c9f82bebfaf436 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 22 Feb 2018 15:22:32 -0800 Subject: [PATCH] Update prefer system bin env var docs --- website/source/docs/other/environmental-variables.html.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/source/docs/other/environmental-variables.html.md b/website/source/docs/other/environmental-variables.html.md index 844864078..ea14facec 100644 --- a/website/source/docs/other/environmental-variables.html.md +++ b/website/source/docs/other/environmental-variables.html.md @@ -185,9 +185,14 @@ required. ## `VAGRANT_PREFER_SYSTEM_BIN` +This currently only applies to Windows systems. + If this is set, Vagrant will prefer using utility executables (like `ssh` and `rsync`) from the local system instead of those vendored within the Vagrant installation. -This currently only applies to Windows systems. + +Vagrant will default to using a system provided `ssh` on windows by default. This +environment variable can also be used to disable that behavior to force Vagrant to +use the embedded `ssh` executable by setting it to `0`. ## `VAGRANT_SKIP_SUBPROCESS_JAILBREAK`