Skip to content

Instantly share code, notes, and snippets.

@scips
Created November 27, 2017 13:54
Show Gist options
  • Select an option

  • Save scips/e44c20ad8a10273efc820d7b6951d720 to your computer and use it in GitHub Desktop.

Select an option

Save scips/e44c20ad8a10273efc820d7b6951d720 to your computer and use it in GitHub Desktop.
Tunnel traffic from host to guest vagrant
# Tunnel the 443 port of your host to the vagrant machine you have
sudo ssh -g -L 443:localhost:443 -f -N vagrant@192.168.33.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment