Featured image of post xFreeRDP

xFreeRDP

Connecting to RDP using xFreeRDP on Linux

xFreeRDP – a tool for connecting to RDP from Linux. After moving to Manjaro I was unable to install Remmina, so I had to look for an alternative. This option pleased me. You can create a one-line script for hosts that you often connect to and use like a catalog.

1
2
#!/usr/bin/env sh
xfreerdp /v:1.2.3.4 /u:username /p:password /w:1360 /h:730 /drive:tmp,/tmp

Here I explicitly set the display size for connection and mount /tmp from local machine to remote one, so you can get some files.

Licensed under Apache License, Version 2.0
Last updated on Oct 17, 2024 12:47 +0300
All rights reserved
Built with Hugo
Theme Stack designed by Jimmy