Skip to content

Instantly share code, notes, and snippets.

@slivero
Created January 13, 2012 11:40
Show Gist options
  • Save slivero/1605701 to your computer and use it in GitHub Desktop.
Save slivero/1605701 to your computer and use it in GitHub Desktop.
ssh tunnel for windows remote desktop
ssh -L 13389:<remote desktop server ip>:3389 <remote ssh server>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment