Rdesktop

From wikinotes
Revision as of 01:04, 21 September 2020 by Will (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

rdesktop lets you access windows over RDP from a X11 displayserver.

Documentation

github https://github.com/rdesktop/rdesktop

Usage

rdesktop \
  -P \
  -z \
  -x 1 \
  -r sound:off \
  -u 'domain.com\willp' \
  -p 'password' \
  hostname:3389 \
  -g 1440x900