Tuesday, October 2, 2018

RDP linux to windows

In order to connect from Linux to windows via the RDP protocol please do the following steps.

  • install rdesktop
You can build source code from github or you can just find the built one in your OS repository.Source code:
github.com/rdesktop/rdesktop
software.opensuse.org/package/rdesktop
view raw gistfile1.txt hosted with ❤ by GitHub
For OpenSuse:
https://software.opensuse.org/package/rdesktop
view raw gistfile1.txt hosted with ❤ by GitHub

  • Connection:
rdesktop -g 1280x1024 -u a {IP}
view raw gistfile1.txt hosted with ❤ by GitHub