Google Android 使用ssh翻墙配置图文教程 86a10b1d

2011年5月11日 | 分类: 手机翻墙 | 标签: , ,

准备工具

Android手机一台(系统版本1.6或以上)

SSH Tunnel(APK软件,可在Android Market下载)

配置软件:

1、SSH Tunnel设置:

“安全隧道开关”是用来打开ssh代理,把其他所有项目设置好再回来打上勾

全 局代理是需要Root的,如果只是浏览网页的话只要在“为应用分别设置代理”中设置浏览器就好了(PS:我的手机版youtube时只能在用全局代理时使 用,在单独设置youtube时只能刷出视频但不能播放,应该是自带的youtube程序调用了其他程序来播放,我查了很久但还是不知道youtube调 用了其他什么程序来播放)

以上设置完成后,回到顶部把“安全隧道开关”打上勾,然后耐心等一下,ssh翻墙启动时间会久一点(使用wifi或3G连接一般不会超过1分钟,GPRS可能会稍慢),如果通知栏显示不成功的话,请按以下步骤把手机的DNS设置为google DNS:

按菜单键-设置-无线和网络-打开WIFI,并进入WIFI设置-按菜单键-高级-把“使用静态IP”打上勾-分别在“域名1”中填入 8.8.8.8,“域名2”中填入8.8.4.4-按菜单键点击保存,现在在回到SSH Tunnel里面把“安全隧道开关”打上勾,这次应该成功了,连接成功后通知栏会收到“正通过安全隧道连接互联网”

现在你可以无限畅游youtube、twitter、facebook了

 

  1. AS
    2011年5月31日03:07

    irssi-connectbot – Irssi ConnectBot – Powerful SSH-client with Irssi modifications – Google Project Hosting
    https://code.google.com/p/irssi-connectbot/
    “rssi ConnectBot is a modified version of the popular ConnectBot SSH client for Android.

    Irssi ConnectBot has features which helps users to use IRC-clients and other utilites through SSH.

    Features:

    – Doubletap sends meta+a
    – Left/Right swipe sends meta+left/right for fast channel changes
    – Long press opens popup menu with commands (ctrl+a, ctrl+a+d etc.)
    – Sym-key support for devices with SYM-key – Multiple fixes for Nordic HTC Desire Z (TAB, fn+SYM, scandic characters upper and lowercase, special bindings for Ctrl&alt)
    – onscreen virtual SYM-key
    – Scandic and german characters added to SYM-menu
    Android Market

    Download from Android Market:

    Market comments and answers: http://bit.ly/fLFeb9
    Github

    Get source from: http://www.github.com/irssiconnectbot
    Developers

    The Irssi ConnectBot fork of ConnectBot is mainly developed by Iiro Uusitalo (woltage) and Ville Kerminen (Villae)

    The Irssi ConnectBot engine, codebase rewrite and plugin engine is developed by Timo Reunanen (Parker Kane) and Iiro Uusitalo (woltage) which will be released in the Milestone 2.0 build, this build will no longer be based on the ConnectBot source eventhough the name will stay the same.

    All developers can be found in IRCnet on the channel #irssiconnectbot
    Development versions

    If you want to run the development versions, you can follow these quick steps to getting Irssi connectbot working on your new Android phone:

    1. Enable outside-of-Market applications. Go into Settings, Applications, and enable the “Unknown sources” option.

    2. Uninstall any old versions. Go into Settings, Applications, Manage Applications. Look through the list for Irssi ConnectBot and uninstall if it’s there.

    3. Install the new version. Open your browser on your phone and come to this page and download one of the APKs shown on the right. Tap on the download when it’s done and follow the instructions to install the app.
    If you run into application problems

    Please, please send us relevant log dumps when you have a crash.

    1. Download and install Android Log collector: http://code.google.com/p/android-log-collector/downloads/detail?name=android-log-collector-1.1.0.apk

    QR:

    2. Run in it after the crash

    3. Send the logs to us ”

    Downloads – irssi-connectbot – Irssi ConnectBot – Powerful SSH-client with Irssi modifications – Google Project Hosting
    https://code.google.com/p/irssi-connectbot/downloads/list

    (手机翻墙 )

    • iGFW
      2011年5月31日07:06

      好好像是个修改版

  2. AS
    2011年5月31日02:53

    Downloads – connectbot – Secure shell (SSH) client for the Android platform – Google Project Hosting
    https://code.google.com/p/connectbot/downloads/list
    ” ConnectBot-git-2011-05-29_11-30-35.apk ConnectBot development snapshot 2011-05-29_11-30-35 Featured 26 hours ago 751 KB ”

    connectbot – Secure shell (SSH) client for the Android platform – Google Project Hosting
    https://code.google.com/p/connectbot/

    “ConnectBot is a Secure Shell client for the Android platform. Its ultimate goal is to create a secure connection through which you can use a shell on a remote machine and transfer files back and forth to your phone.
    Development Team

    Two core developers are working on the client, Kenny Root and Jeffrey Sharkey.

    We’re both idling in #connectbot on freenode if you have questions. If you’re a developer, check out details about how the current codebase is Designed.

    There are also mailing lists: ConnectBot-users for user support and ConnectBot-commits for development updates.
    Translation to your language

    If you’d like to see ConnectBot translated into your language and you’re willing to help, then head on over to ConnectBot Translations at LaunchPad.
    Available in Android Market

    The latest stable version of ConnectBot is available in the Android Market. You can scan the code below using the Barcode Scanner application to go directly to its entry in Market:

    If you want to run the development versions, you can follow these quick steps to getting ConnectBot working on your new G1 Android phone:

    1. Enable outside-of-Market applications. Go into Settings, Applications, and enable the “Unknown sources” option.

    2. Uninstall any old versions. Go into Settings, Applications, Manage Applications. Look through the list for ConnectBot and uninstall if it’s there. or From from your desktop console, type ./adb -d uninstall org.connectbot

    3. Install the new version. Open your G1 browser to this page and download one of the APKs shown on the right. Tap on the download when it’s done and follow the instructions to install the app. or From your desktop console, download an APK and type ./adb -d install [filename].apk
    If you run into application problems

    Please, please send us relevant logcat dumps when you have a crash. Here’s how to get a logcat dump:

    1. Enable USB debugging. Go into Settings, Applications, Development, and enable the “USB debugging” option.

    2. Install the Android SDK. You’ll need a desktop tool called adb that will help you get error logs.

    3. Make sure your phone can connect. Follow the instructions here to make sure that adb can talk with your device:

    http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware

    3. Dump logcat data. From your desktop console, type ./adb -d logcat | grep -i connectbot. Make sure it’s showing some data, then copy everything into a text file and attach to your bugreport here on this site. CAREFULLY read over the logs for any sensitive information BEFORE posting. You might need to Ctrl+C to quit adb once it stops printing data. ”

    (手机翻墙 )

    • iGFW
      2011年5月31日06:57

      感谢支持,这个我博客已经介绍过了。

  3. dd
    2011年5月18日13:00

    能连上 但是打不开网页 跟浏览器有关系么

    • iGFW
      2011年5月18日16:15

      应该与浏览器无关,使用最新版试试,你ssh帐号能用吗,确定设置没错?
      也可以在http://code.google.com/p/sshtunnel/问软件作者

  4. AS
    2011年5月18日12:14

    New ver.:sshtunnel – Android SSH Tunnel App – Google Project Hosting
    https://code.google.com/p/sshtunnel/
    -Downloads – sshtunnel – Android SSH Tunnel App – Google Project Hosting
    https://code.google.com/p/sshtunnel/downloads/list

    sshtunnel-1.4.1beta.apk SSH Tunnel 1.4.1beta Featured 21 hours ago 1014 KB

    sshtunnel-1.3.1.apk SSH Tunnel 1.3.1 Featured 21 hours ago 788 KB

    sshtunnel-1.3.1.apk SSH Tunnel 1.3.1 Featured 21 hours ago 788 KB

    “你好”

    • iGFW
      2011年5月18日16:11

      感谢支持,这个我以前也发过了。