Created
September 23, 2018 12:21
-
-
Save joshlk/685fb8cf1c11c5ad3e98df722571a377 to your computer and use it in GitHub Desktop.
Bash cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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