Debian 8 Jessie
Sponsored Link

Connect to Windows with RDP2015/05/02

 
Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
[1] Install FreeRDP.
root@dlp:~#
aptitude -y install freerdp

[2] Start Desktop and input command like follows.
jessie@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