From cf925813a0b7450f87ab84ebea49d65b9d4456e0 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 17 Mar 2016 18:11:50 -0400 Subject: [PATCH] Update docs about security for share --- website/source/docs/share/connect.html.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/docs/share/connect.html.md b/website/source/docs/share/connect.html.md index 9020acf74..10887aea0 100644 --- a/website/source/docs/share/connect.html.md +++ b/website/source/docs/share/connect.html.md @@ -17,9 +17,12 @@ Any TCP traffic sent to this IP is sent to the shared Vagrant environment. ## Usage Just call `vagrant share`. This will automatically share as many ports as -possible for remote connections. If the Vagrant environment has a static IP or DNS address, then every port -will be available. Otherwise, Vagrant will only expose forwarded ports on -the machine. +possible for remote connections. If the Vagrant environment has a static IP or +DNS address, then almost every port will be available (although some must be +explicitly enabled for security reasons). Otherwise, Vagrant will only +expose forwarded ports on the machine. Please see +[the Vagrant share security page](/docs/share/security.html) for more +information. Note the share name at the end of calling `vagrant share`, and give this to the person who wants to connect to your machine. They simply have to call