Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
remote access through the web... does that exist?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shai200
n00b
n00b


Joined: 17 Aug 2004
Posts: 73

PostPosted: Tue Aug 24, 2004 7:20 pm    Post subject: remote access through the web... does that exist? Reply with quote

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
View user's profile Send private message
gen2fox
Guru
Guru


Joined: 25 May 2004
Posts: 544

PostPosted: Tue Aug 24, 2004 7:26 pm    Post subject: Reply with quote

Check out TightVNC:
http://www.tightvnc.com/

It has a Java applet that can be accessed via a web browser.

TightVNC is in portage:
Code:
# emerge  tightvnc
Back to top
View user's profile Send private message
mdowney
Tux's lil' helper
Tux's lil' helper


Joined: 16 Sep 2003
Posts: 120
Location: Columbus, OH

PostPosted: Tue Aug 24, 2004 7:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
trbecker
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2003
Posts: 136
Location: Novo Hamburgo, RS, Brazil

PostPosted: Tue Aug 24, 2004 7:33 pm    Post subject: Reply with quote

ssh can handle shell connections over TCP. You can log into your box over the network.
Back to top
View user's profile Send private message
gen2fox
Guru
Guru


Joined: 25 May 2004
Posts: 544

PostPosted: Tue Aug 24, 2004 7:51 pm    Post subject: Reply with quote

Is there a way to run SSH over HTTP?
Back to top
View user's profile Send private message
trbecker
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2003
Posts: 136
Location: Novo Hamburgo, RS, Brazil

PostPosted: Wed Aug 25, 2004 3:47 am    Post subject: Reply with quote

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
View user's profile Send private message
gnuageux
Veteran
Veteran


Joined: 17 Apr 2004
Posts: 1201

PostPosted: Wed Aug 25, 2004 6:43 am    Post subject: Reply with quote

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
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Wed Aug 25, 2004 7:58 am    Post subject: Reply with quote

gen2fox wrote:
Is there a way to run SSH over HTTP?


httptunnel should do the trick.

Code:
emerge httptunnel


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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum