Skip to content

Instantly share code, notes, and snippets.

@berndporr
Last active April 23, 2022 17:34
Show Gist options
  • Save berndporr/847eb9c3c87d4af2372638900f6be102 to your computer and use it in GitHub Desktop.
Save berndporr/847eb9c3c87d4af2372638900f6be102 to your computer and use it in GitHub Desktop.
X forwarding on a raspberry pi after sudo
sudo -s
touch /root/.Xauthority
xauth merge /home/pi/.Xauthority
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment