» Vagrant Connect

    Just call vagrant share —full. This will automatically share as many ports aspossible for remote connections. Please seethe Vagrant share security page for moreinformation.

    Note the share name at the end of calling , and give this tothe person who wants to connect to your machine. They simply have to callvagrant connect NAME. This will give them a static IP they can use to accessyour Vagrant environment.

    Any traffic sent to this tiny virtual machine is then proxied through tothe shared Vagrant environment as if it were directed at it.

    If the Vagrant environment or box you are using is protected with theVagrant insecure keypair (most public boxes are), then SSH will be easilyavailable to anyone who connects.

    In this case, we recommend changing or removing the insecure key fromthe Vagrant machine.

    Finally, we want to note that we are working on making it so that whenVagrant share is used, the Vagrant private key is actively rejected unlessexplicitly allowed. This feature is not yet done, however.