Skip to content

Instantly share code, notes, and snippets.

@mtovmassian
Created December 8, 2020 09:29
Show Gist options
  • Save mtovmassian/58e4be66fafe45f76cd13f7100509aff to your computer and use it in GitHub Desktop.
Save mtovmassian/58e4be66fafe45f76cd13f7100509aff to your computer and use it in GitHub Desktop.
Open a SSH tunnel
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