PDA

View Full Version : Remote desktop?



yonatan
11-06-2004, 07:36 PM
Hi,

I'm trying to remotely access someone's system in order to save their files, but they are on a different continent! I am getting them a copy of Knoppix 3.6 in the mail, but what is the easiest method of connecting to their desktop from mine, across the Internet?

Note: They know absolutely nothing about Linux. If I could get them connected to their ISP, I could just tell them to type 'sambastart' at a root shell, and I'd be able to at least see their files and copy small ones. But I also want to have them put a blank CD in their CD burner and be able to burn their files onto it using k3b (without having to copy the files to me 1st over their dial-up line). Is there something as easy as telling them to type 'sambastart' in order to have them configure desktop sharing? (And by the way, what would I do on my machine to connect after that?)

Thanks,
Yonatan

Harry Kuhman
11-06-2004, 08:13 PM
I'm trying to remotely access someone's system in order to save their files, but they are on a different continent! I am getting them a copy of Knoppix 3.6 in the mail, but what is the easiest method of connecting to their desktop from mine, across the Internet?....
Since you're not going to be transfering much data over tht dial-up link, you might want to consider something like VNC. They could run the server, you could run a VNC client. You would have remote control of their system. You could remote type information to them and they could type back, or if they have another phone line or a cell phone you might want to do more detailed things (or things involved in booting,or rebooting) that way.

OErjan
11-06-2004, 08:27 PM
ssh can forward X,
and there is another remote client/server set in knoppix do not remember name just now.
but if you drop X the comandline can be used with cdrecord and mkisofs and so you are quite safe there.
several links below on subject ssh
http://www.knoppix.net/forum/viewtopic.php?t=8739
http://www.knoppix.net/forum/viewtopic.php?t=12327
http://www.knoppix.net/forum/viewtopic.php?t=9062
edited script from posting above
ssh-keygen -t rsa -f /etc/ssh/ssh_host_key; ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key; ssh-keygen -t rsa -f /etc/ssh/ssh_host_dsa_key; sshd; passwd knoppix
http://www.knoppix.net/forum/viewtopic.php?t=8855
http://www.knoppix.net/forum/viewtopic.php?t=9112
and in konqueror the comand
fish://ipt.ore.mot,cpu/home/directory alows you to use konqueror to do filemanagement in graphical environment for the directory /home/directory. ipt.ore.mot.cpu is the ip they have so...

yonatan
11-07-2004, 08:23 PM
Is VNC not included in Knoppix 3.6?

And what about FreeNX?
http://www.tinyapps.org/freenx/
This seems like the most easiest solution. From what is described, you just start the server, add a user, and then the client can connect.

Thanks,
Yonatan

Harry Kuhman
11-07-2004, 08:42 PM
From what is described, you just start the server, add a user, and then the client can connect.
Well, it's going to be a little more complicated than that, considering the user is on dial-up. You're also going to have to get them to get their dial-up connecting running under Knoppix. I hope they have a "normal" modem and not a winmodem.

As to VNC being on Knoppix. It was the last time I looked for it and ran. I never saw mention it was removed. I could go boot a Knoppix CD and confirm this, but then again, so could have you rather than asking.