Skip to content

Instantly share code, notes, and snippets.

@elreydetoda
Last active March 27, 2020 06:57
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 elreydetoda/2b78d5b618a7511097b3917f57a89ab3 to your computer and use it in GitHub Desktop.
Save elreydetoda/2b78d5b618a7511097b3917f57a89ab3 to your computer and use it in GitHub Desktop.
[personal-blog] Vagrant snippet for x11 fowarding https://blog.elreydetoda.site/vim-clipboard-over-ssh/
# https://computingforgeeks.com/how-to-enable-and-use-ssh-x11-forwarding-on-vagrant-instances/
# used in https://github.com/elreydetoda/vagrant-files/
config.ssh.forward_agent = true
config.ssh.forward_x11 = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment