Setup: X11 forwarding - Toby-eaaa/Mini_Pupper_eaaa GitHub Wiki
X server forwarding
Xeyes see you!
Download this guide in PDF-form.
Note: for this to work, you must be on the same network as the minipupper. If in doubt, ask personnel how to make sure you're on the same network.
Install an X server for your chosen OS
-
Windows:
-
Go to https://linuxhint.com/linux_graphical_windows_x11_forwarding/ and follow the steps. when you get to the step where it asks for firewall permissions, you must enable private network access as well as public:
-
When you reach the section regarding putty, you are done and can return to this guide.
-
-
MacOS:
-
Go to https://www.xquartz.org\ Download and install the dmg file zQuartz
-
Log out or restart your Mac.
-
Open the terminal of your chosen OS
See the guide on connecting via SSH if you're unsure how to do this.
-
Connect to your RPI with X-forwarding.
-
Before connecting we have to map the display writing
set DISPLAY=localhost:0.0
-
Write
ssh -Y ubuntu@[hostname].local
-
For password write
mangdang
(the typing is invisible) and press ENTER
-