Created
December 8, 2020 09:29
-
-
Save mtovmassian/58e4be66fafe45f76cd13f7100509aff to your computer and use it in GitHub Desktop.
Open a SSH tunnel
This file contains 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 -i <path/to/my/private/ssh/key> -L <remote_port>:127.0.0.1:<local_port> <user>@<hostname> -N -vv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment