>>>>> "Gaurav" == Gaurav Jain <[EMAIL PROTECTED]> writes:
Gaurav> i think it should be possible. what this software does Gaurav> is, it installs a "client ( read access) software" on your Gaurav> pc, and opens a port to gotomypc.com. thus, when u login Gaurav> with a username and password on gotomypc.com, u can access Gaurav> your pc, because it is already connected to their server. Gaurav> thus, theoritically, it should work behind most Gaurav> firewall(since an outgoing connection is initiated). Gaurav> it should be possible under any os, but i am not aware of Gaurav> any other software in linux which achieves this. If you have a login on any server on the 'net, from your PC you can: ssh -R 22000:localhost:22 <server> After that you can login to the server from anywhere on the 'net and: ssh -p 22000 localhost and get connected to your PC. If the server has GatewayPorts enabled in sshd_config, you can skip logging into the server too and just: ssh -p 22000 <server> from any computer on the 'net to get connected to your PC. In either case, with some tweaking you can forward VNC or X over the connection if you're a GUI fiend. This method offers strong authentication and strong encryption of the traffic. Much to be preferred in today's paranoid environment. Regards, -- Raju Gaurav> [snip] -- Raj Mathur [EMAIL PROTECTED] http://kandalaya.org/ It is the mind that moves ================================================ To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org