Skip to content

Instantly share code, notes, and snippets.

@CatStudioApp
Created November 21, 2023 12:37
Show Gist options
  • Save CatStudioApp/4285da6849e491706ebd77f1d34ef0bb to your computer and use it in GitHub Desktop.
Save CatStudioApp/4285da6849e491706ebd77f1d34ef0bb to your computer and use it in GitHub Desktop.
ssh -X linux_server for x11 forwarding
xauth list | grep unix`echo $DISPLAY | cut -c10-12` > /tmp/xauth && sudo xauth add `cat /tmp/xauth`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment