Last active
May 21, 2025 10:12
-
-
Save 0xAungkon/3d4adc038be95b8834bc8c60f688a618 to your computer and use it in GitHub Desktop.
X11 Forwaring Troubleshooting
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
| // Everything Above.................. | |
| #X11 connection rejected because of wrong authentication. FIX | |
| xauth extract - $DISPLAY > /tmp/xauth.$USER | |
| sudo -u $USER XAUTHORITY=/tmp/xauth.$USER DISPLAY=$DISPLAY bash | |
| #Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted | |
| sudo sysctl -w kernel.unprivileged_userns_clone=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment