Skip to content

Instantly share code, notes, and snippets.

@wuqian
Last active August 29, 2015 14:05
Show Gist options
  • Save wuqian/e935671bc89f8e0247a3 to your computer and use it in GitHub Desktop.
Save wuqian/e935671bc89f8e0247a3 to your computer and use it in GitHub Desktop.
autossh proxy
autossh -M 20000 -D 8001 [email protected] -p 6666
autossh -M 20000 -L 127.0.0.1:8080:127.0.0.1:9050 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment