Skip to content

Instantly share code, notes, and snippets.

@sydneyitguy
Last active October 9, 2015 01:48
Show Gist options
  • Save sydneyitguy/3420433 to your computer and use it in GitHub Desktop.
Save sydneyitguy/3420433 to your computer and use it in GitHub Desktop.
SSH Config
# ssh -f -N -L 3306:127.0.0.1:3306 dev@database.example.com
Host dev
HostName dev.example.com
LocalForward 3306 127.0.0.1:3306
User skim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment