Skip to content

Instantly share code, notes, and snippets.

@mmousawy
Created July 31, 2017 08:52
Show Gist options
  • Save mmousawy/eebf9ed2f8838e2e8cce2422866947be to your computer and use it in GitHub Desktop.
Save mmousawy/eebf9ed2f8838e2e8cce2422866947be to your computer and use it in GitHub Desktop.
SSH port forward Scotch Box MySQL to localhost

ssh -fNL 3306:localhost:3306 vagrant@192.168.33.10

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