Skip to content

Instantly share code, notes, and snippets.

@Moln
Created January 14, 2019 09:14
Show Gist options
  • Save Moln/9171f05dd13ba5542664a1fab0e024d3 to your computer and use it in GitHub Desktop.
Save Moln/9171f05dd13ba5542664a1fab0e024d3 to your computer and use it in GitHub Desktop.
Linux Shell 笔记

本地代理开放给外网服务器

ssh -NfT -D 10080 root@localhost
ssh -N -f -b 0.0.0.0 -R 10080:localhost:10080 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment