Skip to content

Instantly share code, notes, and snippets.

@hiepph
Created March 16, 2020 04:15
Show Gist options
  • Save hiepph/4a7f19b0e7742e7792df73aa733917d2 to your computer and use it in GitHub Desktop.
Save hiepph/4a7f19b0e7742e7792df73aa733917d2 to your computer and use it in GitHub Desktop.
SSH tunneling/port-forwarding
# tunnel 3888->8888 from the 'fti' server
ssh -L 3888:fti:8888 fti -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment