Connecting to a Windows PC from Ubuntu
-

If you’re looking for a way to connect to a Windows Machine from Ubuntu using RDP(Remote Desktop Protocol), you can use the Terminal server client - tsclient. To install this in Ubuntu, type in the following in the terminal:
sudo apt-get install tsclientOnce this is installed you can start it by invoking tsclient in the terminal or the Run Applications window (Alt-F2).
Advertisement
1 Comment
Leave a Comment
























October 26th, 2007 at 8:54 pm
I prefer Gnome-RDP because it also supports SSH connections. Anyway, thanks for the hint.