Skip to content

Instantly share code, notes, and snippets.

@fwilhe
Created May 9, 2016 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwilhe/769c10270cdaec6a02ab9442d133c447 to your computer and use it in GitHub Desktop.
Save fwilhe/769c10270cdaec6a02ab9442d133c447 to your computer and use it in GitHub Desktop.
Enable X Forwarding for Vagrant Boxes

Create or change the file ~/.ssh/config and add the following lines:

Host 127.0.0.1
    ForwardX11 yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment