Monday, March 29, 2010

SSH Proxy With Firefox Howto

[caption id="attachment_1458" align="aligncenter" width="300" caption="翻墙"][/caption]

  1. use expect script
    #!/usr/bin/expect -f
    spawn ssh -D 7070 fred@oracle1.com
    expect "password:"
    send "yourpassword\r"
    interact


  2. use firefox addon "autoproxy" to visit Inertnet.

No comments:

Post a Comment