Add security note for public networks
This commit is contained in:
parent
220e4f23b2
commit
9b5665c3c1
|
@ -23,6 +23,19 @@ general public access to your machine, public networks can.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<p>
|
||||||
|
<strong>Warning!</strong> Vagrant boxes are insecure by default
|
||||||
|
and by design, featuring public passwords, insecure keypairs
|
||||||
|
for SSH access, and potentially allow root access over SSH. With
|
||||||
|
these known credentials, your box is easily accessible by anyone on
|
||||||
|
your network. Before configuring Vagrant to use a public network,
|
||||||
|
consider <em>all</em> potential security implications
|
||||||
|
and review the <a href="/v2/boxes/base.html">default box
|
||||||
|
configuration</a> to identify potential security risks.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
## DHCP
|
## DHCP
|
||||||
|
|
||||||
The easiest way to use a public network is to allow the IP to be assigned
|
The easiest way to use a public network is to allow the IP to be assigned
|
||||||
|
|
Loading…
Reference in New Issue