Skip to content

Instantly share code, notes, and snippets.

@hardingnj
Created November 24, 2014 13:38
Show Gist options
  • Save hardingnj/aa5a1c8b757e5e467c21 to your computer and use it in GitHub Desktop.
Save hardingnj/aa5a1c8b757e5e467c21 to your computer and use it in GitHub Desktop.
Port forward command I always forget...
ssh -N -f -L localhost:XXXX:${REMOTESERVER}:{IP} USER@{REMOTESERVER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment