Skip to content

Instantly share code, notes, and snippets.

@eqs
Created September 9, 2019 04:32
Show Gist options
  • Save eqs/42b43a8a00704866fbf73a9c247fbb01 to your computer and use it in GitHub Desktop.
Save eqs/42b43a8a00704866fbf73a9c247fbb01 to your computer and use it in GitHub Desktop.
SSH port forwarding
Host example
HostName example.com
User example
Port 22$
IdentityFile ~/id_rsa
ServerAliveInterval 60$
LocalForward 9000 localhost:8888
LocalForward 9001 localhost:6006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment