On 09/03/2007, at 7:15 AM, John Mackenzie wrote:

Yes, COPSSH was easy for me to install on my surgery
Winconnect XP server and establish a connection from
home using putty (on XP sp2).  But why can't I establish
a Remote Desktop connection (it goes through a PPTP
tunnel OK) ?

You need to tunnel the RDP port (probably 3389).

From the client:

ssh [EMAIL PROTECTED] -L 3389:192.168.0.1:3389

Substitute 192.168.0.1 with the IP of any machine on the LAN you want to connect to.

You now have a tunnel connected locally, so RDP to localhost and you are done.

Of course it's a little more complex on Windows, you may need to use putty or plink and connect to a port other than localhost:3389.

cheers,
Peter.


_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

Reply via email to