Skip to content

Instantly share code, notes, and snippets.

@hilt86
Created October 21, 2019 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hilt86/305f4f63c7e20376b1301a7d78956e7b to your computer and use it in GitHub Desktop.
Save hilt86/305f4f63c7e20376b1301a7d78956e7b to your computer and use it in GitHub Desktop.
ssh-tips-tricks

SSH tips and tricks

port forward port 3389 on remote network to localhost:3389

ssh -L 3389:10.10.10.1:3389 sshServer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment