Debian 9 Stretch
Sponsored Link

Connect to Windows with RDP2017/06/22

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

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

[3] Just connected to Windows.
Matched Content