Posts Tagged ‘ssh’

Android App: SSH Tunnel

Saturday, August 13th, 2011

Surf the Web Privately and Securely with SSH Tunnel.

ROOT REQUIRED FOR ADVANCED FEATURES !

Before you start, please read the following instructions carefully.

“SSH Tunnel Provides a Secure Internet Connection for Your Android Device with One Click” — LifeHacker

SSHTunnel is a SSH tunnel app for Android System. With this app and a configured server (typically configured with sshd and nginx / squid), you can easily browse internet through a SSH tunnel on your android devices.

Link: market.android.com

SSH Tunnel Provides a Secure Internet Connection for Your Android Device

Monday, June 20th, 2011

SSH Tunnel is extremely simple to use. The entire app consists of one menu page, which itself is broken down into simple sections. You enter the server and port you want your device to connect with and the login information. Then you choose whether you want to use a SOCKS proxy or not, and finally which apps you want using the tunnel (or, if your phone is rooted, you can choose to make the tunnel system-wide). Once you do have SSH Tunnel set up with your preferences, you can save them as a named profile.

Link: LifeHacker

Reverse SSH Tunneling

Wednesday, December 3rd, 2008

Have you ever wanted to ssh to your Linux box that sits behind NAT? Now you can with reverse SSH tunneling. This document will show you step by step how to set up reverse SSH tunneling. The reverse SSH tunneling should work fine with Unix like systems.

Link: HowtoForge

Access Remote Network Services With SSH Tools

Tuesday, November 25th, 2008

You probably rely on the services on your own private network — wikis, mail servers, Web sites, and other applications you’ve installed. What happens when you have to leave the friendly confines of your network? With minimum exposure and few simple tools, you can get all of the comforts of home anywhere you can find an Internet connection.

Link: Linux