Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Tunneling through ssh |
|---|---|
| Date: | Wed, 18 Apr 2007 16:21:55 -0400 |
I do not know of public SSH servers.
However, a couple possibilities. Investigate SSL tunneling, perhaps you can find public HTTPS proxies (I found a list via google).
http://tools.rosinstrument.com/proxy/
However, it is probably a pain to keep up with whether a proxy is working or not. Also, you don't know and can't trust whomever runs these proxies. This goes for any public SSH/SSL servers you decide to utilize.
Another option is TOR, it is meant for the purpose of anonymizing traffic and utilizes a peer-to-peer network so that you don't need an external server. Also, TOR is designed to protect your traffic even from your peers, so you don't need to worry about them snooping.
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#WhatProtections
Of course you have to configure all of the individual services you wish to tunnel. There is an extensive list of HOWTOs for a variety of protocols.
Your options are somewhat limited by the fact that you don't have an external endpoint. I would try to remedy that situation if I were you. Then you can use a VPN to accomplish what you want.
Hello All!
I am part of a LAN and I connect to the Internet through a gateway. Currently my traffic e.g. smtp, ftp, pop3, etc. goes through the gateway in cleartext. However, I would like to tunnel ALL my traffic through ssh through that gateway. I do not have another system connected to the Internet on the other end i.e. outside of my LAN.
Are there any public systems or services which can accept the tunneled traffic and then route it to appropriate destination.
Or is there any other alternative to achieve this?
Thanks in advance!
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Detecting port forwarding on server-side., Ben Timby |
|---|---|
| Next by Date: | Re: Tunneling through ssh, Greg Wooledge |
| Previous by Thread: | Tunneling through ssh, Dev Null |
| Next by Thread: | Re: Tunneling through ssh, Greg Wooledge |
| Indexes: | [Date] [Thread] [Top] [All Lists] |