Update docs about security for share
This commit is contained in:
parent
01e4a34c9b
commit
cf925813a0
|
@ -17,9 +17,12 @@ Any TCP traffic sent to this IP is sent to the shared Vagrant environment.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Just call `vagrant share`. This will automatically share as many ports as
|
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
|
possible for remote connections. If the Vagrant environment has a static IP or
|
||||||
will be available. Otherwise, Vagrant will only expose forwarded ports on
|
DNS address, then almost every port will be available (although some must be
|
||||||
the machine.
|
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
|
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
|
the person who wants to connect to your machine. They simply have to call
|
||||||
|
|
Loading…
Reference in New Issue