It's a standard SSH command line: ssh [EMAIL PROTECTED] -L 3389:192.168.1.10:3389
Where 192.168.1.10 is the internal IP of the computer you want to connect to.
Once you authenticate you will be in a shell which needs to stay open. Minimize this and start an RDP connection to localhost (or 127.0.0.1).
This is the same way you connect from any host using SSH, except Windows XP, as localhost connections are forbidden, but you can connect to the address 127.0.0.2
So the connection there would be: ssh [EMAIL PROTECTED] -L 127.0.0.2:3389:192.168.1.10:3389 then RDP to 127.0.0.2 regards, Peter. _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
