Skip to content

Instantly share code, notes, and snippets.

@joshlk
Created September 23, 2018 12:21
Show Gist options
  • Save joshlk/685fb8cf1c11c5ad3e98df722571a377 to your computer and use it in GitHub Desktop.
Save joshlk/685fb8cf1c11c5ad3e98df722571a377 to your computer and use it in GitHub Desktop.
Bash cheatsheet
# SSH port forwarding/tunnel
# If I want to be able to access port 6006 on a remote server locally
ssh -L 6006:localhost:6006 user@remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment