Skip to content

Instantly share code, notes, and snippets.

@jnm
Last active October 15, 2018 18:37
Show Gist options
  • Save jnm/c0e6259392f9a39e7c73158531b23f0c to your computer and use it in GitHub Desktop.
Save jnm/c0e6259392f9a39e7c73158531b23f0c to your computer and use it in GitHub Desktop.

on the server:

sudo apt-get build-dep freerdp2-shadow-x11
sudo apt-get install ninja-build
sudo apt install libpam0g-dev # might be unnecessary?
git clone https://github.com/FreeRDP/FreeRDP/
cd FreeRDP/
cmake -GNinja -DWITH_SERVER=ON
cmake --build .
./server/shadow/freerdp-shadow-cli

on the client:

xfreerdp /v:[hostname] /u:[username] /p:[password]
# if you don't specify credentials, the connection will fail
#   without prompting you for anything!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment