rdesktop is software that allows a Linux client to connect to a Microsoft Windows server via RDP, much like mstsc.exe, which is Microsoft’s Remote Desktop Connection (RDC) program.
More precisely, rdesktop.org describes the software as:
rdesktop is an open source client for Windows Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user’s Windows desktop. Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008, Windows XP, Windows Vista and Windows NT Server 4.0.
rdesktop currently runs on most UNIX based platforms with the X Window System.
To install rdesktop on SLES 10 SP2:
- A compiler – I chose to install gcc and gcc-c++ via YaST
- Rdesktop – download from http://sourceforge.net/projects/rdesktop/
–p password provides a password for authentication on the server. To keep others from seeing the password supplied on the command line, use –p – to read the password from stdin.
–g geometry allows you to specify the desktop geometry. This can be given as a resolution, such as 1024×768 or as a percentage of the entire screen, as in 70%.
–r device enables device redirection, allowing you to redirect a device, such as sound from the remote machine to the local one. This feature requires Windows XP or newer.
November 13, 2008 at 1:48 pm
Thanks a lot for the info. Worked like a charm.
October 9, 2009 at 6:07 am
Thanks a lot. It is really helpful
November 17, 2009 at 3:13 am
Hi,
i follow the instruction above but it show the message below when i did make and make install.
make:*** no target specified and no makefile found. stop.
make:*** no rule to make target ‘Install’. stop.
Please help me. how to do it.