Skip to content

Instantly share code, notes, and snippets.

@mgershovitz
Created May 2, 2020 21:13
Show Gist options
  • Save mgershovitz/811eea47338c2a3bfaec5c9dabbb470f to your computer and use it in GitHub Desktop.
Save mgershovitz/811eea47338c2a3bfaec5c9dabbb470f to your computer and use it in GitHub Desktop.
ssh -N -L <local_port>:127.0.0.1:<destination_port> -i <private_key_path> <user_name>@<host_ip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment