Created
November 27, 2017 13:54
-
-
Save scips/e44c20ad8a10273efc820d7b6951d720 to your computer and use it in GitHub Desktop.
Tunnel traffic from host to guest vagrant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tunnel the 443 port of your host to the vagrant machine you have | |
sudo ssh -g -L 443:localhost:443 -f -N [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment