Last active
April 23, 2022 17:34
-
-
Save berndporr/847eb9c3c87d4af2372638900f6be102 to your computer and use it in GitHub Desktop.
X forwarding on a raspberry pi after sudo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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