Skip to content

Instantly share code, notes, and snippets.

@john-clark
Created January 22, 2024 05:15
Show Gist options
  • Save john-clark/6cf85b65a23dfebb138a5c3547b7db80 to your computer and use it in GitHub Desktop.
Save john-clark/6cf85b65a23dfebb138a5c3547b7db80 to your computer and use it in GitHub Desktop.
Rasbian RDP
# have your pi automatically log in to x and want to remotely view the screen with rdp
#
sudo apt install freerdp2-shadow-cli
cp /etc/xdg/lxsession/LXDE-pi/autostart .config/lxsession/LXDE-pi/autostart
echo @freerdp-shadow-cli -auth >>.config/lxsession/LXDE-pi/autostart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment