Last active
September 6, 2024 08:54
-
-
Save anonymoustafa/9a65e1bc099b08f36129dd188e4f6388 to your computer and use it in GitHub Desktop.
port forwarding
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 -L 3000:localhost:3000 <devuser>@<remote server ip address> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment