Tuesday, January 13, 2009

RDP through a ssh tunnel

How to access RDP if firewall is closed down, and access to server is restricted to a few ips:

ssh user@allowed.server.com -L 3389:windows.server.com:3389
rdesktop -uadministrator -pp455w0rd localhost


That's it! Secure encrypted rdesktop session :)

0 comments: