CentOS 5
Sponsored Link

Connect with RDP to Windows2015/01/18

 
Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
[1] Installl FreeRDP.
# install from EPEL

[root@dlp ~]#
yum --enablerepo=epel -y install freerdp

[2] Start X and input command like follows.
[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
connected to 10.0.0.100:3389
Password:   # the password of the user
# -g [screen resolution]
# -u [username]
# [destination hostname or IP address]

[3] Just connected to Windows.
Matched Content