httptunnel service, anyone?
I'm a web developer on the side, I'm not doing anything nasty, just trying to ssh onto my linode and edit some php and css during my lunch hour.
Does anyone run httptunnel on their linode to which I can connect and ssh to my linode?
7 Replies
-James
Edit: I forgot to mention, the SSH servers for console access already listen on port 443 so you can also access your Linode that way.
@irgeek:
The quick answer would be to tell your SSH server to listen on port 443 and use that port to connect. There are very few environments where this doesn't work.
You can also use something like
I ended up going with ajaxterm, but, all of the other posts were good ideas, also.
I spent quite a lot of time playing with it to try and get it to compile under windows using MinGW (not cygwin), during which I learned quite a lot about how windows pretends to let you use file descriptors for sockets but really doesn't treat them the same (e.g., you can't select on both stdin and a socket FD); then I discovered that PuTTY supports HTTP proxies natively :/