Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Created March 22, 2021 01:05
Show Gist options
  • Save mhou1981/4269b6d1acfe6ad92dd685e2783d8a98 to your computer and use it in GitHub Desktop.
Save mhou1981/4269b6d1acfe6ad92dd685e2783d8a98 to your computer and use it in GitHub Desktop.
Add X11 forward to sudo
#!/bin/bash
sudo touch /root/.Xauthority
sudo xauth add $(xauth -f ~${USER}/.Xauthority list | tail -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment