Skip to content

Instantly share code, notes, and snippets.

@tanpinsiang
Created February 26, 2013 15:05
Show Gist options
  • Save tanpinsiang/5039088 to your computer and use it in GitHub Desktop.
Save tanpinsiang/5039088 to your computer and use it in GitHub Desktop.
reverse ssh and connect 3g
cd /usr/bin
sudo ./sakis3g connect APN="uninet" APN_USER="APN_USER" APN_PASS="APN_PASS" --console; python startup_mailer.py
ssh -f -N -T -R22222:localhost:22 amazon
ssh -p 22222 pi@localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment