Skip to content

Instantly share code, notes, and snippets.

@utternerd
Last active August 29, 2015 14:10
Show Gist options
  • Save utternerd/8f069fa481203ce8ad08 to your computer and use it in GitHub Desktop.
Save utternerd/8f069fa481203ce8ad08 to your computer and use it in GitHub Desktop.
SSH Tunneling Configuration
Host mysql-tunnel
HostName example.com
IdentityFile ~/.ssh/some.key
LocalForward 3306 localhost:3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment