Skip to content

Instantly share code, notes, and snippets.

@yzf
Created August 10, 2016 02:18
Show Gist options
  • Save yzf/d9c602a39a7d70422e5c7835b2570682 to your computer and use it in GitHub Desktop.
Save yzf/d9c602a39a7d70422e5c7835b2570682 to your computer and use it in GitHub Desktop.
ssh隧道
ssh -C -f -N -g -R remote_listen_port:destination_host:destination_port user@remote_host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment