Skip to content

Instantly share code, notes, and snippets.

@iguoli
Created September 13, 2018 15:19
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 iguoli/faa1f048db8f23554b3d2b4857e7951f to your computer and use it in GitHub Desktop.
Save iguoli/faa1f048db8f23554b3d2b4857e7951f to your computer and use it in GitHub Desktop.
ssh config file
Host ubuntu
Hostname localhost
Port 2222
User vagrant
IdentityFile ~/vagrant/ubuntu1604/.vagrant/machines/default/virtualbox/private_key
RemoteForward 1080 localhost:1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment