Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] SSH'ing to home with only port 80
- Date: Sat, 29 Oct 2005 16:03:48 +0900
- From: Shawn <javajunkie@example.com>
- Subject: Re: [tlug] SSH'ing to home with only port 80
- References: <9c414c890510261809u778bc81aq212b7505ccbeb400@example.com> <20051028103654.573c1c95@example.com> <9c414c890510280539o41f25430x17fb74aea831fcf2@example.com> <d8fcc0800510281806x48f387cfi4e855a5a067dea7e@example.com> <9c414c890510281932h597330fy470f60b178de1ded@example.com>
> I am wondering if it is possible to HTTP to my Box at home (currently > OK), and on that box run a server side Java SSH applet which since I > was accessing it through HTTP, allow me to SSH out as if I was using > my home box? > I dk about an applet but you could do a servlet. I used to play around with one to do a build for a mobile application. Basically the servlet called an ant build file. In effect, the box running the server with the servlet then would "SSH" out whatever command you passed via http in. In the build file, you'd have to use an exec task like: <exec executable="emacs"> <env key="DISPLAY" value=":1.0"/> </exec> Anyway, there was an article on doing this via a servlet. If you can't find it via google, let me know and I'll send the zip file I have with an example of calling an ANT build (which can call any system command) via a servlet. I actually wanted to give a presentation about this at TLUG sometime but got sidetracked... Cheers, Shawn PS With http though they could sniff your password. I'd set it up to run https. > Now that I describe it like that, I don't think thats going to work. > Hmm... I wonder if I am stuck with no SSH access from work? (on Windows 98)...
- References:
- [tlug] SSH'ing to home with only port 80
- From: David Bennett
- Re: [tlug] SSH'ing to home with only port 80
- From: Botond Botyanszki
- Re: [tlug] SSH'ing to home with only port 80
- From: David Bennett
- Re: [tlug] SSH'ing to home with only port 80
- From: Josh Glover
- Re: [tlug] SSH'ing to home with only port 80
- From: David Bennett
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] SSH'ing to home with only port 80
- Next by Date: Re: [tlug] kurobox+LAMP
- Previous by thread: Re: [tlug] Occam's Razor for SSH'ing to home
- Next by thread: Re: [tlug] SSH'ing to home over tunnel through http
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links