I want to be able to log onto my box from remote locations. I can't guarantee that outgoing connections on port 22 will be allowed. I can guarantee that if I try this from work that it is most definately not allowed. The only outgoing ports allowed from work are 80 and 443. Hence I need to do this over one of those ports.
There's something called "corkscrew" out there that seems to do this but I haven't got to the bottom of it yet.
Ideally I want to be able to point a browser at my web server and somehow get an ssh login going. I have the browser bit working with a java ssh client called Mindterm but that still uses port 22. I need to sort that bit out next
![Crazy](/tfp/images/smilies/crazy.gif)