Skip to content

Instantly share code, notes, and snippets.

@wuqian
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save wuqian/e935671bc89f8e0247a3 to your computer and use it in GitHub Desktop.

Select an option

Save wuqian/e935671bc89f8e0247a3 to your computer and use it in GitHub Desktop.
autossh proxy
autossh -M 20000 -D 8001 root@106.186.28.75 -p 6666
autossh -M 20000 -L 127.0.0.1:8080:127.0.0.1:9050 root@106.186.28.75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment