View previous topic :: View next topic |
Author |
Message |
shai200 n00b
Joined: 17 Aug 2004 Posts: 73
|
Posted: Tue Aug 24, 2004 7:20 pm Post subject: remote access through the web... does that exist? |
|
|
Hi,
is there a tool throught which I can access into my linux environment at home via the web?
i'd appreciate if anyone would name a service that does that.... _________________ +++++++++++++++++++++++++++
"Same difference." - Jenny Fuchs
"I like to brag about my modesty."
"I am more than a feminist. Women actually excite me." |
|
Back to top |
|
|
gen2fox Guru
Joined: 25 May 2004 Posts: 544
|
Posted: Tue Aug 24, 2004 7:26 pm Post subject: |
|
|
Check out TightVNC:
http://www.tightvnc.com/
It has a Java applet that can be accessed via a web browser.
TightVNC is in portage:
|
|
Back to top |
|
|
mdowney Tux's lil' helper
Joined: 16 Sep 2003 Posts: 120 Location: Columbus, OH
|
Posted: Tue Aug 24, 2004 7:30 pm Post subject: |
|
|
and of course the ever popular ssh if you only need a terminal. If you install cygwin on a windows computer then you can even run the X apps. (of course if you are ssh'ing from a linux computer then you can run X apps anyway) |
|
Back to top |
|
|
trbecker Tux's lil' helper
Joined: 19 Sep 2003 Posts: 136 Location: Novo Hamburgo, RS, Brazil
|
Posted: Tue Aug 24, 2004 7:33 pm Post subject: |
|
|
ssh can handle shell connections over TCP. You can log into your box over the network. |
|
Back to top |
|
|
gen2fox Guru
Joined: 25 May 2004 Posts: 544
|
Posted: Tue Aug 24, 2004 7:51 pm Post subject: |
|
|
Is there a way to run SSH over HTTP? |
|
Back to top |
|
|
trbecker Tux's lil' helper
Joined: 19 Sep 2003 Posts: 136 Location: Novo Hamburgo, RS, Brazil
|
Posted: Wed Aug 25, 2004 3:47 am Post subject: |
|
|
Accdtually, I don't know, I didn't research it, but I say no based in: HTTP is a protocol used by web servers (apache, IIS...) to make request/response of objects. It doesn't handle permanent connections, which is needed by SSH. Both, HTTP and SSH runs over TCP, HTTP and SSH are in the same network layer.
BUT I saw once a java aplet wich connect to an SSH server (this used for playing nethack over the web). Maybe this helps. |
|
Back to top |
|
|
gnuageux Veteran
Joined: 17 Apr 2004 Posts: 1201
|
Posted: Wed Aug 25, 2004 6:43 am Post subject: |
|
|
Have you tried wiredx? www.wiredx.net. I used to use it before I ran linux at work. All you have to do is ssh into your box at home, then login to wiredx and it will export the session for you. _________________ The realOTW: http://forums.realotw.org/index.php
Registered Linux user#364538 |
|
Back to top |
|
|
GentooBox Veteran
Joined: 22 Jun 2003 Posts: 1168 Location: Denmark
|
Posted: Wed Aug 25, 2004 7:58 am Post subject: |
|
|
gen2fox wrote: | Is there a way to run SSH over HTTP? |
httptunnel should do the trick.
i had to play with the keepalive option in httptunnel to get ssh to work. _________________ Encrypt, lock up everything and duct tape the rest |
|
Back to top |
|
|
|