Skip to content

Instantly share code, notes, and snippets.

@lwjef
Created November 13, 2011 09:41
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 lwjef/1361910 to your computer and use it in GitHub Desktop.
Save lwjef/1361910 to your computer and use it in GitHub Desktop.
goagent and ssh proxy
#!/bin/bash
#自行替换 username, host, port,password
python ~/goagent-local/proxy.py & plink -N -v username@host -D 127.0.0.1:port -pw password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment