Skip to content

Instantly share code, notes, and snippets.

@wxianfeng
Created July 11, 2011 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wxianfeng/1075408 to your computer and use it in GitHub Desktop.
Save wxianfeng/1075408 to your computer and use it in GitHub Desktop.
ssh proxy , open a ip with port 7070
#!/bin/sh
ssh -Nf -D 192.168.10.107:7070 root@wxianfeng.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment