Skip to content

Instantly share code, notes, and snippets.

View r1cc4rd0m4zz4's full-sized avatar
๐Ÿ‚

Riccardo Mazza r1cc4rd0m4zz4

๐Ÿ‚
View GitHub Profile
@fengyuentau
fengyuentau / readme.md
Last active January 4, 2026 17:29
Enable X11 forward for ssh to load images from remote server on MacOS Mojave

Enable X11 forward to load images from remote server on MacOS Mojave

Steps

  1. Install Xquartz to get X11 support on MacOS. You can google Xquartz and download it from its official site, or install using HomeBrew.

    brew cask install xquartz
  2. Launch Xquartz. Go to Preference -> Security, click the box Allow connections from clients. NOTE: You have to lauch Xquartz with Allow connections from clients enable everytime you want to ssh to remote server with X11 forwarding support.