Created
October 27, 2022 06:02
-
-
Save aminusia/5ef2155b3beb71113b6e60c95f086c4e to your computer and use it in GitHub Desktop.
SSH Port tunelling, expose remote machine port as local port
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 -NL 3306:127.0.0.1:3306 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment